0_0_24910383_524.cpp: In function 'int main()':
0_0_24910383_524.cpp:21:9: error: 'cin' was not declared in this scope
cin >> m >> n;
^
0_0_24910383_524.cpp:25:9: error: 'cout' was not declared in this scope
cout << "Test #" << ++num << ":" << endl;
^
0_0_24910383_524.cpp:25:45: error: 'endl' was not declared in this scope
cout << "Test #" << ++num << ":" << endl;
^
0_0_24910383_524.cpp: At global scope:
0_0_24910383_524.cpp:60:2: error: expected unqualified-id before '<' token
}</span>
^
|