Problem | timeexam |
---|---|
User | BoneMeBurner |
Submission Time | 2024-07-31 20:08:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:19:17: error: expected ‘;’ before ‘}’ token
19 | cout << minutes
| ^
| ;
20 | }
| ~