Problem exam
User tacticalnerd
Submission Time 2024-04-13 09:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:3:26: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | ios_base::sync_with_stdio(false);
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^