QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#255880 | #7756. Omniscia Spares None | ucup-team1005# | Compile Error | / | / | C++17 | 6.7kb | 2023-11-18 17:24:46 | 2023-11-18 17:24:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:151:11: error: redefinition of ‘const int L’ 151 | const int L = 5e8; | ^ answer.code:7:11: note: ‘const int L’ previously defined here 7 | const int L = 5e8; | ^ answer.code:152:5: error: redefinition of ‘int id(int, int)’ 152 | int id (int x, int y) { | ^~ answer.code:8:5: note: ‘int id(int, int)’ previously defined here 8 | int id (int x, int y) { | ^~ answer.code:155:6: error: redefinition of ‘void work()’ 155 | void work() { | ^~~~ answer.code:11:6: note: ‘void work()’ previously defined here 11 | void work() { | ^~~~ answer.code:237:5: error: redefinition of ‘int main()’ 237 | int main() { | ^~~~ answer.code:93:5: note: ‘int main()’ previously defined here 93 | int main() { | ^~~~