QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#869184#9987. 骑行计划ZhangYiDeCompile Error//C++9890b2025-01-25 00:04:282025-01-25 00:04:28

详细

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;
      |            ^~~~~~