QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#637872#7407. Program OptimizationZhangYiDeCompile Error//C++231.6kb2024-10-13 14:16:342024-10-13 14:16:35

详细

answer.code: In function ‘long long int simulate(long long int, long long int*, long long int, long long int, long long int)’:
answer.code:39:23: error: ordered comparison of pointer with integer zero (‘long long int*’ and ‘int’)
   39 |             if (l - 2 >= 0)
      |                 ~~~~~~^~~~
answer.code:43:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
   43 |             if (r + 1 < n)
      |                 ~~~~~~^~~