QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#350149 | #7933. Build Permutation | ZhangYiDe | Compile Error | / | / | C11 | 548b | 2024-03-10 14:45:31 | 2024-03-10 14:45:31 |
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 n = int(input()) ^ answer.code:1:1: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int] answer.code:1:5: error: expected expression before ‘int’ n = int(input()) ^~~