Problem iqtest
User gsayson
Submission Time 2025-04-30 14:33:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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