Problem timeexam
User totallykaiyuan
Submission Time 2026-03-15 11:32:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:10: error: expected ‘;’ before ‘if’
6 | cin >> N
| ^
| ;
7 | if (N <= 9) {cout << "000"N}
| ~~