#include using namespace std ; int main() { int i1 = 5 ; i1 = i1 + 2 ; i1 = i1 + 3 ; i1 = i1 + 4 ; return 1 ; }