Problem iqtest
User YSH2020
Submission Time 2023-10-31 13:47:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest.cpp: In function ‘int main()’:
iqtest.cpp:10:40: error: expected primary-expression before ‘,’ token
10 | if (a == 1) {cout << 1 << '\n';, continue;}
| ^
iqtest.cpp:10:42: error: expected primary-expression before ‘continue’
10 | if (a == 1) {cout << 1 << '\n';, continue;}
| ^~~~~~~~