Problem goofyrooks
User chiefoggy
Submission Time 2023-12-30 14:49:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:5:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n >> m;
| ^
| yn
goofyrooks.cpp:5:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | cin >> n >> m;
| ^
| tm