QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#345819 | #7933. Build Permutation | MaMengQi | Compile Error | / | / | C99 | 719b | 2024-03-07 15:18:55 | 2024-03-07 15:18:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘main’: answer.code:35:9: warning: implicit declaration of function ‘prinf’; did you mean ‘printf’? [-Wimplicit-function-declaration] 35 | prinf("-1"); | ^~~~~ | printf answer.code:9:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 9 | scanf("%d",&n); | ^~~~~~~~~~~~~~ answer.code:11:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 11 | scanf("%d",&a[i]); | ^~~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccOfgHiS.o: in function `main': answer.code:(.text.startup+0x163): undefined reference to `prinf' collect2: error: ld returned 1 exit status