QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#869187#9987. 骑行计划HuangHanShengCompile Error//C++98406b2025-01-25 00:08:302025-01-25 00:08:30

详细

answer.code: In function ‘int main()’:
answer.code:7:15: error: ‘nullptr’ was not declared in this scope
    7 |     if (fp == nullptr) {
      |               ^~~~~~~
answer.code:13:49: error: ‘nullptr’ was not declared in this scope
   13 |     while (fgets(buffer, sizeof(buffer), fp) != nullptr) {
      |                                                 ^~~~~~~