| Problem | exam |
|---|---|
| User | BulldogBKK |
| Submission Time | 2024-09-03 21:14:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:4:16: error: expected ‘;’ before ‘long’
4 | int paper;2
| ^
| ;
5 | long A, B;
| ~~~~
exam.cpp:10:16: error: ‘A’ was not declared in this scope
10 | cin >> A >> B;
| ^
exam.cpp:10:21: error: ‘B’ was not declared in this scope
10 | cin >> A >> B;
| ^