Problem | exam |
---|---|
User | SkyHelix |
Submission Time | 2025-07-17 21:22:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:29: error: expected ‘;’ before ‘}’ token
7 | std::cout << "Hello World"
| ^
| ;
8 | }
| ~
exam.cpp:14:27: error: expected ‘;’ before ‘}’ token
14 | std::cout << num1 * num2
| ^
| ;
15 | }
| ~