QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#443908#8582. 점프 게임ZhangYiDeCompile Error//C++20941b2024-06-15 16:48:462024-06-15 16:48:48

详细

answer.code: In function ‘long long int play_game(long long int, int, long long int, std::vector<long long int>, std::vector<long long int>)’:
answer.code:18:8: error: ‘k’ was not declared in this scope
   18 |     if(k == 1){
      |        ^
answer.code:24:15: error: ‘n’ was not declared in this scope
   24 |     } else if(n <= 250000){
      |               ^
answer.code:40:1: warning: control reaches end of non-void function [-Wreturn-type]
   40 | }
      | ^