Mã chấm: 268611


Main.cc: In function ‘int main()’:
Main.cc:8:5: error: ‘cin’ was not declared in this scope
     cin >> n;
     ^~~
Main.cc:8:5: note: suggested alternative: ‘sin’
     cin >> n;
     ^~~
     sin
Main.cc:17:5: error: ‘cout’ was not declared in this scope
     cout << n << pi << endl;
     ^~~~
Main.cc:17:5: note: suggested alternative: ‘cosl’
     cout << n << pi << endl;
     ^~~~
     cosl
Main.cc:17:24: error: ‘endl’ was not declared in this scope
     cout << n << pi << endl;
                        ^~~~
Main.cc:17:24: note: suggested alternative: ‘ynl’
     cout << n << pi << endl;
                        ^~~~
                        ynl