Problem | exam |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-18 10:57:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:28: error: ‘end1’ was not declared in this scope
10 | cout << "Hello World" << end1
| ^~~~
exam.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | cout << a*b
| ^
| ;
14 | }
| ~
exam.cpp:14:3: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^