Problem | timeexam |
---|---|
User | noob41 |
Submission Time | 2023-11-08 10:06:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:8:10: error: expected ‘;’ before ‘if’
8 | N=N%1440
| ^
| ;
9 | if(N<60){
| ~~
timeexam.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else{
| ^~~~
timeexam.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
timeexam.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^