QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#713267 | #9537. Chinese Chess | ucup-team3475# | Compile Error | / | / | C++20 | 4.6kb | 2024-11-05 18:48:43 | 2024-11-05 18:48:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:145:10: error: too many arguments to function ‘void solve()’ 145 | solve(0); | ~~~~~^~~ answer.code:90:6: note: declared here 90 | void solve(){ | ^~~~~