Problem flamethrower_ex
User ayreentazz
Submission Time 2026-03-15 16:26:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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