Problem construct
User louisleehi
Submission Time 2024-02-18 13:39:27
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