QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#869190#9987. 骑行计划ZhaoZiLongCompile Error//C++98576b2025-01-25 00:10:042025-01-25 00:10:04

詳細信息

answer.code: In function ‘int main()’:
answer.code:10:34: error: ‘nullptr’ was not declared in this scope
   10 |         execlp("ls", "ls", "-l", nullptr);  // Replace the child process with the 'ls' command
      |                                  ^~~~~~~
answer.code:15:22: error: ‘nullptr’ was not declared in this scope
   15 |         waitpid(pid, nullptr, 0);  // Wait for the child to finish
      |                      ^~~~~~~