Problem | exam |
---|---|
User | minyin |
Submission Time | 2023-02-27 15:35:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:9: error: ‘longlong’ was not declared in this scope
11 | longlong A, B;
| ^~~~~~~~
exam.cpp:12:13: error: ‘A’ was not declared in this scope
12 | cin >> A >> B;
| ^
exam.cpp:12:18: error: ‘B’ was not declared in this scope
12 | cin >> A >> B;
| ^