ID 5787582
Пользователь Росляков Владимир Олегович
Время 22:03<< 16.11.2021 22:04 (27 д. 20:04) 22:10>>
Обработка 22:04 ... 22:04 (3,30 сек.)
Файл 5787582.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 2, осень 2021
Задача E: GameDatabase
Набор тестов
Ограничения Время: 1с Память: 4000Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
main.cpp: In function 'int main()':
main.cpp:30:5: error: 'GameDatabase' was not declared in this scope
     GameDatabase db;
     ^~~~~~~~~~~~
main.cpp:30:5: note: suggested alternative: 'Gamedbase'
     GameDatabase db;
     ^~~~~~~~~~~~
     Gamedbase
main.cpp:41:13: error: 'db' was not declared in this scope
             db.Remove(id);
             ^~
main.cpp:46:9: error: 'db' was not declared in this scope
         db.Insert(id, std::move(name), x, y);
         ^~
main.cpp:51:34: error: 'db' was not declared in this scope
             for (const auto& e : db.DataByPosition(i, j))
                                  ^~
main.cpp:55:34: error: 'db' was not declared in this scope
             for (const auto& e : db.DataByName(string() + i + j))
                                  ^~
main.cpp:57:26: error: 'db' was not declared in this scope
     for (const auto& e : db.Data())
                          ^~
[печатать | |
]
(1 391 b)
0.071s 0.013s 10