Problem construct
User YongXin
Submission Time 2023-06-27 23:22:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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