QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#350953 | #7607. The Doubling Game 2 | gg_gong | Compile Error | / | / | C++17 | 2.3kb | 2024-03-11 10:47:26 | 2024-03-11 10:47:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In lambda function: answer.code:48:25: error: invalid types ‘long long int[long long int]’ for array subscript 48 | return a[a]<a[b]; | ^ answer.code:48:30: error: invalid types ‘long long int[long long int]’ for array subscript 48 | return a[a]<a[b]; | ^