| Problem | timeexam |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-02-16 15:48:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp:3:2: error: invalid preprocessing directive #inlcude; did you mean #include?
3 | #inlcude <vector>
| ^~~~~~~
| include
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘int’
13 | int h = th % 24;
| ^~~
timeexam.cpp:14:6: error: ‘h’ was not declared in this scope; did you mean ‘th’?
14 | if (h<10){
| ^
| th