Problem exam
User Sirui
Submission Time 2026-02-27 16:07:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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