Problem | exam |
---|---|
User | NsNassCode |
Submission Time | 2025-02-20 16:09:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:9: error: ‘longlong’ was not declared in this scope
10 | longlong A, B;
| ^~~~~~~~
exam.cpp:11:16: error: ‘A’ was not declared in this scope
11 | cin >> A >> B;
| ^
exam.cpp:11:21: error: ‘B’ was not declared in this scope
11 | cin >> A >> B;
| ^