QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^