Problem | exam |
---|---|
User | Maggie |
Submission Time | 2023-11-08 11:10:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:16: error: expected ‘;’ before ‘cout’
12 | cin >> a >> b
| ^
| ;
13 | cout << a << b;
| ~~~~
exam.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^