Problem timeexam
User sussyimpasta
Submission Time 2025-08-03 18:43:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:28:40: error: expected ‘;’ before ‘no’
28 | if (m1.length() == 1) m1 = "0" + m1 no;
| ^~~
| ;