0_0_26762700_26472.cpp: In function 'int main()':
0_0_26762700_26472.cpp:8:2: error: expected ';' before 'int'
int m, a = 2;
^
0_0_26762700_26472.cpp:10:10: error: 'm' was not declared in this scope
cin >> m;
^
0_0_26762700_26472.cpp:14:12: error: 'a' was not declared in this scope
if(x == a)
^
0_0_26762700_26472.cpp:19:11: error: 'a' was not declared in this scope
cout << a << endl;
^
|