ID 5786026
Пользователь Far Eastern FU: CODE Fathers
Время 18:40<< 16.11.2021 18:47 (27 д. 16:48) 18:51>>
Обработка 18:47 ... 18:49 (99,67 сек.)
Файл game_database.h (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 2, осень 2021
Задача E: GameDatabase
Набор тестов
Ограничения Время: 1с Память: 4000Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
In file included from main.cpp:18:0:
game_database.h:12:25: error: conflicting declaration 'using ObjectId = int64_t'
 using ObjectId = int64_t;
                         ^
main.cpp:8:40: note: previous declaration as 'using ObjectId = long long unsigned int'
 using ObjectId = unsigned long long int;
                                        ^
In file included from main.cpp:18:0:
game_database.h:14:8: error: redefinition of 'struct GameObject'
 struct GameObject {
        ^~~~~~~~~~
main.cpp:10:8: note: previous definition of 'struct GameObject'
 struct GameObject
        ^~~~~~~~~~
0.038s 0.008s 9