0_0_28686762_21039.cpp: In function 'int main()':
0_0_28686762_21039.cpp:56:6: error: 'x' was not declared in this scope
if(x==1111)
^
0_0_28686762_21039.cpp: At global scope:
0_0_28686762_21039.cpp:66:2: error: expected unqualified-id before 'return'
return 0;
^
0_0_28686762_21039.cpp:67:1: error: expected declaration before '}' token
}
^
|