QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#343720 | #7933. Build Permutation | HuangHanSheng | Compile Error | / | / | C11 | 975b | 2024-03-02 22:12:18 | 2024-03-02 22:12:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:40:5: error: expected ‘}’ before ‘else’ else ^~~~ answer.code:9:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &n); ^~~~~~~~~~~~~~~ answer.code:16:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &a[i]); ^~~~~~~~~~~~~~~~~~