QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#693704 | #6434. Paimon Sorting | RegistrationError# | Compile Error | / | / | C++20 | 217b | 2024-10-31 16:36:48 | 2024-10-31 16:36:48 |
Judging History
answer
x[] => 1 2 4
cx[] => 0 0 0
x[] => 4 9 21
cx[] => 0 0 0
x[] => 1 2 4
cx[] => 0 0 0
x[] => 1 11 121
cx[] => 0 -15 -231
x[] => 4 42 558
cx[] => 0 -78 -1386
x[] => 1 2 4
cx[] => 0 0 0
128
825
8
Details
answer.code:1:1: error: ‘x’ does not name a type 1 | x[] => 1 2 4 | ^