0_0_25450578_30754.cpp: In function 'int main()':
0_0_25450578_30754.cpp:10:11: error: 'cin' was not declared in this scope
while(cin>>n>>m) {
^
0_0_25450578_30754.cpp:18:9: error: 'cout' was not declared in this scope
cout<<maxn<<endl;
^
0_0_25450578_30754.cpp:18:21: error: 'endl' was not declared in this scope
cout<<maxn<<endl;
^
|