Problem | exam |
---|---|
User | Surgemain |
Submission Time | 2025-08-29 07:56:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: expected initializer before ‘cout’
6 | cout>>x>>A>>B
| ^~~~
exam.cpp:8:21: error: expected ‘}’ at end of input
8 | cout<<"Hello World";
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^