Problem potatoqueue
User rogueee
Submission Time 2024-12-14 19:19:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatoqueue.cpp:4:31: error: expected constructor, destructor, or type conversion before ‘(’ token
4 | std::ios_base::sync_with_stdio(false);
| ^
potatoqueue.cpp:5:6: error: ‘cin’ in namespace ‘std’ does not name a type
5 | std::cin.tie(NULL);
| ^~~
In file included from potatoqueue.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~