Problem | exam |
---|---|
User | Elyssa278 |
Submission Time | 2023-02-17 16:20:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:34: error: expected primary-expression before ‘;’ token
10 | cout << "Hello World" << ;
| ^
exam.cpp:14:28: error: expected primary-expression before ‘;’ token
14 | cout << p2 * p3 << ;
| ^
exam.cpp: At global scope:
exam.cpp:20:1: error: expected declaration before ‘}’ token
20 | }
| ^