Problem helloworld
User Halopro
Submission Time 2025-02-08 10:08:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:8:25: error: expected ‘;’ before ‘cin’
8 | ios::sync_with_stdio(0)
| ^
| ;
9 | cin.tie(0);
| ~~~
helloworld.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~