| Problem | timeexam |
|---|---|
| User | earthyeet |
| Submission Time | 2025-11-07 21:27:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:8: error: expected ‘(’ before ‘{’ token
9 | while {x >= 60) {
| ^
| (
timeexam.cpp:9:8: error: expected primary-expression before ‘{’ token
timeexam.cpp:9:7: error: expected ‘)’ before ‘{’ token
9 | while {x >= 60) {
| ^~
| )
timeexam.cpp:9:16: error: expected ‘;’ before ‘)’ token
9 | while {x >= 60) {
| ^
| ;
timeexam.cpp:13:11: error: ‘hr’ was not declared in this scope
13 | int y = (hr * 100) + min;
| ^~
timeexam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
timeexam.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^