Problem exam
User brianfanchelsea
Submission Time 2024-01-04 20:03:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:7: error: expected ‘;’ before string constant
8 | cout "Hello World";
| ^~~~~~~~~~~~~~
| ;
exam.cpp:11:10: error: ‘a’ was not declared in this scope
11 | cin >> a, b;
| ^
exam.cpp:11:13: error: ‘b’ was not declared in this scope
11 | cin >> a, b;
| ^