Problem exam
User blob
Submission Time 2023-11-08 11:15:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:8: error: expected initializer before ‘<=’ token
4 | int a <= 1000000000;
| ^~
exam.cpp:5:8: error: expected initializer before ‘<=’ token
5 | int b <= 1000000000;
| ^~
exam.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
exam.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^