| Problem | gotoschool |
|---|---|
| User | WangZ |
| Submission Time | 2025-07-03 20:43:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:7:16: error: expected ‘;’ before ‘m’
7 | map<int,int>() m;
| ^~
| ;
gotoschool.cpp:10:3: error: ‘m’ was not declared in this scope
10 | m[temp] = count-n;
| ^
gotoschool.cpp:12:14: error: ‘m’ was not declared in this scope
12 | for (auto x:m){
| ^