QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#355122 | #8217. King's Dinner | ucup-team2008# | Compile Error | / | / | C++20 | 1.2kb | 2024-03-16 13:37:10 | 2024-03-16 13:37:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:44:5: error: redefinition of ‘int main()’ 44 | int main() | ^~~~ answer.code:4:5: note: ‘int main()’ previously defined here 4 | int main() | ^~~~