Borderou de evaluare (job #632488)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Stalpi10 (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 feb. 2022 11:30:26 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:1: error: 'map' does not name a type
6 | map<int,int>m,p;
| ^~~
main.cpp: In function 'int main()':
main.cpp:17:8: error: 'm' was not declared in this scope; did you mean 'tm'?
17 | m[s]+=1;
| ^
| tm
main.cpp:24:4: error: 'p' was not declared in this scope
24 | p[smin]=m[smin];
| ^
main.cpp:24:12: error: 'm' was not declared in this scope; did you mean 'tm'?
24 | p[smin]=m[smin];
| ^
| tm