Problem goodprogrammer
User blackscreen1
Submission Time 2023-03-31 17:14:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:15:5: error: ‘ios_base’ has not been declared
15 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
goodprogrammer.cpp:16:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
16 | cin.tie(NULL);
| ^~~
| std::cin
In file included from goodprogrammer.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
goodprogrammer.cpp:17:2: error: ‘string’ was not declared in this scope
17 | string sisdfgoiasdghdodisuhstidfhgkljdfhgidsisdfgoiasdghdodisuhstidfhgkljdfhgidsisdfgoiasdghdodisuhstidfhgkljdfhgidsisdfgoiasdghdodisuhstidfhgkljdfhgidsisdfgoiasdghdodisuhstidfhgkljdfhgidsisdfgoiasdghdodisuhstidfhgkljdfhgid;
| ^~~~~~
goodprogrammer.cpp:17:2: note: suggested alternatives:
In file included from /usr/include/c++/