Problem timeexam
User blob
Submission Time 2023-11-08 15:30:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:10: error: expected initializer before ‘<’ token
6 | short e < 1;
| ^
timeexam.cpp:7:9: error: ‘e’ was not declared in this scope
7 | cin >> e;
| ^
timeexam.cpp:8:10: error: expected initializer before ‘==’ token
8 | short H == N/60 - e;
| ^~
timeexam.cpp:9:9: error: ‘H’ was not declared in this scope
9 | cin >> H;;
| ^
timeexam.cpp:10:8: error: expected initializer before ‘==’ token
10 | int a == e*60;
| ^~
timeexam.cpp:11:9: error: ‘a’ was not declared in this scope
11 | cin >> a;
| ^
timeexam.cpp:13:9: error: expected initializer before ‘==’ token
13 | int b === H % 24;
| ^~
timeexam.cpp:14:11: error: ‘b’ was not declared in this scope
14 | cout << b << a;
| ^
timeexam.