QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#34683 | #4251. Game | hyforces# | Compile Error | / | / | C++20 | 1.3kb | 2022-06-12 04:42:15 | 2024-04-28 07:07:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:61:6: error: ambiguating new declaration of ‘bool add_teleporter(int, int)’ 61 | bool add_teleporter(int u, int v) { | ^~~~~~~~~~~~~~ In file included from answer.code:2: game.h:2:5: note: old declaration ‘int add_teleporter(int, int)’ 2 | int add_teleporter(int u, int v); | ^~~~~~~~~~~~~~