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