| Problem | timeexam |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 21:29:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘int’
9 | int m = n % 60
| ^~~
timeexam.cpp:14:19: error: ‘m’ was not declared in this scope
14 | cout << "00" << m ;
| ^
timeexam.cpp:17:16: error: ‘m’ was not declared in this scope
17 | cout << h << m;
| ^