QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#220097 | #5460. Sum of Numbers | ucup-team1721 | Compile Error | / | / | C11 | 903b | 2023-10-19 22:00:59 | 2023-10-19 22:00:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: warning: data definition has no type or storage class cases = [] ^~~~~ answer.code:1:1: warning: type defaults to ‘int’ in declaration of ‘cases’ [-Wimplicit-int] answer.code:1:9: error: expected expression before ‘[’ token cases = [] ^ answer.code:37:4: warning: character constant too long for its type if '__main__' == __name__: ^~~~~~~~~~