Problem 0405
User user123
Submission Time 2023-07-15 11:59:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:7:10: error: ‘n’ was not declared in this scope
7 | cin>>n>>m;
| ^
0405.cpp:7:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
7 | cin>>n>>m;
| ^
| tm