Problem hello
User SigmaRizzler67
Submission Time 2026-03-25 17:07:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:7:30: error: expected ‘;’ before ‘cin’
7 | ios_base::sync_with_stdio(0)
| ^
| ;
8 | cin.tie(0);
| ~~~