QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#345575 | #7933. Build Permutation | ZhangYiDe | Compile Error | / | / | C99 | 836b | 2024-03-07 08:57:44 | 2024-03-07 08:57:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:45:21: error: expected ‘;’ before ‘}’ token 45 | printf("\n") | ^ | ; 46 | } | ~ answer.code:7:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 7 | scanf("%d",&n); | ^~~~~~~~~~~~~~ answer.code:12:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 12 | scanf("%f", &a[i]); | ^~~~~~~~~~~~~~~~~~