Problem | timeexam |
---|---|
User | 2Princes1Lance |
Submission Time | 2023-11-24 21:58:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp:1:1: error: ‘N’ does not name a type
1 | N:int; Hours:int; Minutes:int; N = int(input()); Hours = N//60; Minutes = N%60;
| ^
timeexam.cpp:1:8: error: ‘Hours’ does not name a type
1 | N:int; Hours:int; Minutes:int; N = int(input()); Hours = N//60; Minutes = N%60;
| ^~~~~
timeexam.cpp:1:19: error: ‘Minutes’ does not name a type
1 | N:int; Hours:int; Minutes:int; N = int(input()); Hours = N//60; Minutes = N%60;
| ^~~~~~~
timeexam.cpp:1:32: error: ‘N’ does not name a type
1 | N:int; Hours:int; Minutes:int; N = int(input()); Hours = N//60; Minutes = N%60;
| ^
timeexam.cpp:1:50: error: ‘Hours’ does not name a type
1 | N:int; Hours:int; Minutes:int; N = int(input()); Hours = N//60; Minutes = N%60;
| ^~~~~
timeexam.cpp:4:1: error: ‘elif’ does not name a type
4 | elif Hours == 0