0_0_37228676_31131.cpp: In function 'int main()':
0_0_37228676_31131.cpp:42:9: error: 'cin' was not declared in this scope
while (cin >> a >> b >> c)
^
0_0_37228676_31131.cpp:51:4: error: 'cout' was not declared in this scope
cout << "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228676_31131.cpp:52:12: error: 'endl' was not declared in this scope
<< 1 << endl;
^
0_0_37228676_31131.cpp:57:4: error: 'cout' was not declared in this scope
cout<< "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228676_31131.cpp:58:24: error: 'endl' was not declared in this scope
<< f[20][20][20] << endl;
^
0_0_37228676_31131.cpp:61:3: error: 'cout' was not declared in this scope
cout << "w(" << a << ", " << b << ", " << c << ") = "
^
0_0_37228676_31131.cpp:62:21: error: 'endl' was not declared in this scope
<< f[a][b][c] << endl;
^
|