QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#344192 | #7933. Build Permutation | ZhangYiDe | Compile Error | / | / | C11 | 1.0kb | 2024-03-03 18:06:19 | 2024-03-03 18:06:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:10:5: error: expected expression before ‘{’ token { ^ answer.code:53:1: error: expected declaration or statement at end of input } ^ answer.code:6:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&n); ^~~~~~~~~~~~~~