QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#441898 | #8578. 과일 게임 | ZhaoZiLong | Compile Error | / | / | C++23 | 1.0kb | 2024-06-14 20:55:49 | 2024-06-14 20:55:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
/usr/bin/ld: /tmp/cc2MvXoi.o: in function `main': implementer.cpp:(.text.startup+0x11c): undefined reference to `prepare_game(std::vector<int, std::allocator<int> >)' /usr/bin/ld: implementer.cpp:(.text.startup+0x1b4): undefined reference to `update_game(int, int)' /usr/bin/ld: implementer.cpp:(.text.startup+0x2a4): undefined reference to `play_game(int, int)' collect2: error: ld returned 1 exit status