0_0_37228797_13894.cpp: In function 'int main()':
0_0_37228797_13894.cpp:35:9: error: 'cin' was not declared in this scope
while (cin >> a >> b >> c)
^
0_0_37228797_13894.cpp:43:4: error: 'cout' was not declared in this scope
cout << "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228797_13894.cpp:44:12: error: 'endl' was not declared in this scope
<< 1 << endl;
^
0_0_37228797_13894.cpp:49:4: error: 'cout' was not declared in this scope
cout<< "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228797_13894.cpp:50:24: error: 'endl' was not declared in this scope
<< f[20][20][20] << endl;
^
0_0_37228797_13894.cpp:53:3: error: 'cout' was not declared in this scope
cout << "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228797_13894.cpp:54:21: error: 'endl' was not declared in this scope
<< f[a][b][c] << endl;
^
|