| Problem | timeexam |
|---|---|
| User | Fax |
| Submission Time | 2026-06-24 16:59:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:15: error: expected ‘;’ before ‘int’
6 | n = n % 60*24
| ^
| ;
7 | int h = 0;
| ~~~
timeexam.cpp:10:9: error: ‘h’ was not declared in this scope
10 | h++;
| ^
timeexam.cpp:12:8: error: ‘h’ was not declared in this scope
12 | if(h == 0){
| ^