Problem timeexam
User JhoCyber
Submission Time 2024-12-16 21:31:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:11: error: expected ‘;’ before ‘)’ token
9 | for (N>24){
| ^
| ;
timeexam.cpp:13:28: error: expected ‘)’ before ‘;’ token
13 | cout << hour << minutes;
| ^
| )
timeexam.cpp:9:6: note: to match this ‘(’
9 | for (N>24){
| ^