0_0_33047079_32050.cpp: In function 'int main()':
0_0_33047079_32050.cpp:5:8: error: 'cin' was not declared in this scope
while(cin >> pic){
^
0_0_33047079_32050.cpp:38:6: error: 'cout' was not declared in this scope
cout << array[i][j];
^
0_0_33047079_32050.cpp:40:5: error: 'cout' was not declared in this scope
cout << endl;
^
0_0_33047079_32050.cpp:40:13: error: 'endl' was not declared in this scope
cout << endl;
^
0_0_33047079_32050.cpp:43:4: error: 'cout' was not declared in this scope
cout << endl;
^
0_0_33047079_32050.cpp:43:12: error: 'endl' was not declared in this scope
cout << endl;
^
|