QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#36112 | #885. Keep Calm And Carry Off | HuangHanSheng | Compile Error | / | / | C++14 | 2.2kb | 2022-06-24 13:01:58 | 2022-06-24 13:01:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:127:25: error: ‘pritnf’ was not declared in this scope; did you mean ‘printf’? 127 | pritnf("%d",a7[i]); | ^~~~~~ | printf answer.code:38:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 38 | scanf("%s",s1); | ~~~~~^~~~~~~~~ answer.code:39:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 39 | scanf("%s",s2); | ~~~~~^~~~~~~~~