0_0_29535517_2070.cpp: In function 'int main()':
0_0_29535517_2070.cpp:18:8: error: 'cin' was not declared in this scope
while(cin>>n>>k){
^
0_0_29535517_2070.cpp:32:3: error: 'cout' was not declared in this scope
cout<<s[n][k]<<endl;
^
0_0_29535517_2070.cpp:32:18: error: 'endl' was not declared in this scope
cout<<s[n][k]<<endl;
^
|