Problem collectmushrooms
User cokeaholic07
Submission Time 2025-02-13 11:48:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:34:13: error: expected ‘;’ before ‘int’
34 | cout.tie(0)
| ^
| ;
35 | int m,n;
| ~~~
collectmushrooms.cpp:36:12: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
36 | cin >> m >> n;
| ^
| tm
collectmushrooms.cpp:36:17: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
36 | cin >> m >> n;
| ^
| yn