Problem timeexam
User Nexus
Submission Time 2023-11-26 16:57:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:7:14: error: ‘N’ was not declared in this scope
7 | int hours = N / 60;
| ^
timeexam.cpp:13:32: error: ‘currentHour’ was not declared in this scope
13 | cout << "The time now is " << currentHour << ":" << currentMinute;
| ^~~~~~~~~~~
timeexam.cpp:13:54: error: ‘currentMinute’ was not declared in this scope
13 | cout << "The time now is " << currentHour << ":" << currentMinute;
| ^~~~~~~~~~~~~