QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443232 | #8582. 점프 게임 | ZhaoZiLong | Compile Error | / | / | C++17 | 1.3kb | 2024-06-15 14:51:19 | 2024-06-15 14:51:19 |
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:56:16: error: expected primary-expression before ‘)’ token 56 | if() | ^ answer.code:57:9: error: expected primary-expression before ‘}’ token 57 | } | ^