Problem timeexam
User totallykaiyuan
Submission Time 2026-03-15 11:35:14
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