| Problem | timeexam |
|---|---|
| User | chatdanai |
| Submission Time | 2025-11-13 12:07:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | mins = "00"
| ^
| ;
13 | }
| ~
timeexam.cpp:24:20: error: expected ‘;’ before ‘}’ token
24 | hour = "00"
| ^
| ;
25 | }
| ~