Problem timeexam
User MagicHenry
Submission Time 2025-06-03 20:15:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:10:30: error: ‘mn’ was not declared in this scope; did you mean ‘mm’?
10 | char m_tens = char('0'+(mn/10));
| ^~
| mm