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

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:17: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
7 | if (N <= 59) {print "00"N;
| ^~~~~
| printf
timeexam.cpp:9:1: error: expected ‘}’ at end of input
9 | }
| ^
timeexam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^