QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443908 | #8582. 점프 게임 | ZhangYiDe | Compile Error | / | / | C++20 | 941b | 2024-06-15 16:48:46 | 2024-06-15 16:48:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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 | } | ^