QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869184 | #9987. 骑行计划 | ZhangYiDe | Compile Error | / | / | C++98 | 90b | 2025-01-25 00:04:28 | 2025-01-25 00:04:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:6:11: error: too few arguments to function ‘int system(const char*)’ 6 | system(); | ~~~~~~^~ In file included from /usr/include/c++/14/cstdlib:79, from /usr/include/x86_64-linux-gnu/c++/14/bits/stdc++.h:42, from answer.code:1: /usr/include/stdlib.h:923:12: note: declared here 923 | extern int system (const char *__command) __wur; | ^~~~~~