Borderou de evaluare (job #797148)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gadfadăr (clasa 6-7) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 nov. 2024 16:02:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:51:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
51 | for (const auto& [nume, id] : date) {
| ^
main.cpp:53:21: error: 'nr' was not declared in this scope; did you mean 'n'?
53 | if (suma != nr) {
| ^~
| n