| Problem | exam |
|---|---|
| User | Sirui |
| Submission Time | 2026-02-27 16:06:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:13: error: expected initializer before ‘.’ token
5 | long long x.y;
| ^
exam.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x >> y;
| ^
exam.cpp:6:14: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> x >> y;
| ^
| yn