Problem 0405
User nzx
Submission Time 2026-01-18 14:57:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:4:13: error: expected ‘,’ or ‘;’ before ‘long’
4 | #define int long long
| ^~~~
0405.cpp:10:2: note: in expansion of macro ‘int’
10 | int n, m; cin >> n >> m;
| ^~~
0405.cpp:10:19: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | int n, m; cin >> n >> m;
| ^
| yn
0405.cpp:10:24: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
10 | int n, m; cin >> n >> m;
| ^
| tm