| Problem | timeexam |
|---|---|
| User | user8113912201514 |
| Submission Time | 2026-08-29 15:47:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:10:2: error: expected unqualified-id before ‘int’
10 | int a, b;
| ^~~
timeexam.cpp:14:2: error: ‘a’ was not declared in this scope
14 | a = n / 60;
| ^
timeexam.cpp:15:2: error: ‘b’ was not declared in this scope
15 | b = n % 60;
| ^