QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#344187 | #7933. Build Permutation | GuanYunchang | Compile Error | / | / | C11 | 1.0kb | 2024-03-03 18:02:34 | 2024-03-03 18:02:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘main’: answer.code:18:25: error: expected ‘:’ before ‘;’ token sum=sum+array[i]; ^ : answer.code:54:1: error: expected declaration or statement at end of input } ^ answer.code:7:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&n); ^~~~~~~~~~~~~~ answer.code:12:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&array[i]); ^~~~~~~~~~~~~~~~~~~~~