Problem | timeexam |
---|---|
User | YongXin |
Submission Time | 2023-06-01 20:57:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | cout<<r
| ^
| ;
16 | }
| ~
timeexam.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
timeexam.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^