Borderou de evaluare (job #679870)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Hashuri (clasa a 9-a) | Compilator | cpp-32 |
Rundă | cex_11_12_2022 | Status | evaluat |
Dată | 5 dec. 2022 19:41:01 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:7:1: error: 'set' does not name a type
7 | set<int>s;
| ^~~
main.cpp: In function 'int main()':
main.cpp:16:13: error: 's' was not declared in this scope
16 | s.insert(nr);
| ^
main.cpp:18:13: error: 's' was not declared in this scope
18 | s.erase(nr);
| ^
main.cpp:19:17: error: 's' was not declared in this scope
19 | else if(s.find(nr)!=s.end())
| ^