Problem laughter
User Potato3218
Submission Time 2023-12-09 12:13:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laughter.cpp: In function ‘std::pair<int, int> check(int)’:
laughter.cpp:127:8: error: ‘mp’ was not declared in this scope; did you mean ‘mn’?
127 | if(mp[1].empty()){
| ^~
| mn
laughter.cpp:130:27: error: ‘mp’ was not declared in this scope; did you mean ‘mn’?
130 | for(auto [key,value]: mp){
| ^~
| mn