Problem timeexam
User paaaaaaaaaaaaaaaaaaa
Submission Time 2024-11-07 21:18:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:13:32: error: ‘mm’ was not declared in this scope; did you mean ‘m’?
13 | if (m < 10) cout << '0' << mm;
| ^~
| m
timeexam.cpp:14:18: error: ‘mm’ was not declared in this scope; did you mean ‘m’?
14 | else cout << mm << '\n';
| ^~
| m