Problem exam
User theflyingfish10
Submission Time 2023-11-08 18:30:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:2: error: expected initializer before ‘long’
12 | long B;
| ^~~~
exam.cpp:13:12: error: ‘A’ was not declared in this scope
13 | cin >> A >> B;
| ^
exam.cpp:13:17: error: ‘B’ was not declared in this scope
13 | cin >> A >> B;
| ^