Problem timeexam
User SharpnessChipped
Submission Time 2023-06-05 23:37:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:23: error: expected ‘;’ before ‘cout’
9 | result = 100*(h%24)+m
| ^
| ;
10 | cout << result;
| ~~~~