Problem | exam |
---|---|
User | Tianrui |
Submission Time | 2024-03-18 17:11:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:4: error: expected initializer before ‘long’
11 | long long B
| ^~~~
exam.cpp:13:11: error: ‘A’ was not declared in this scope
13 | cout << A * B << endl;
| ^
exam.cpp:13:15: error: ‘B’ was not declared in this scope
13 | cout << A * B << endl;
| ^