Problem exam
User beefburger
Submission Time 2026-01-22 09:15:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^
exam.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:8:15: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:10:28: error: ‘end1’ was not declared in this scope
10 | cout << "Hello World" << end1;
| ^~~~