| Problem | timeexam |
|---|---|
| User | WANCH5789W |
| Submission Time | 2026-03-29 21:39:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (!(cin >> N)) return 0;
| ^~
timeexam.cpp:11:13: error: ‘effective’ was not declared in this scope; did you mean ‘effective_time’?
11 | int mins = effective time % 60;
| ^~~~~~~~~
| effective_time
timeexam.cpp:13:1: error: ‘cout’ does not name a type
13 | cout << setw(2) << setfill('0') << hours << " ";
| ^~~~
timeexam.cpp:14:1: error: ‘cout’ does not name a type
14 | cout << setw(2) << setfill ('0') << mins;
| ^~~~