QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#345284 | #7933. Build Permutation | MaMengQi | Compile Error | / | / | C11 | 1.2kb | 2024-03-06 18:59:54 | 2024-03-06 18:59:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘solve’: answer.code:15:9: error: variable-sized object may not be initialized int ret[n] = {0}; ^~~ answer.code:15:23: warning: excess elements in array initializer int ret[n] = {0}; ^ answer.code:15:23: note: (near initialization for ‘ret’)