QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#601123 | #26. Jumbled password | 114514114514 | Compile Error | / | / | C++20 | 379b | 2024-09-29 20:54:51 | 2024-09-29 20:54:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:20:19: error: invalid types ‘int[int]’ for array subscript 20 | }else if(a[0]=='b'){ | ^ answer.code:7:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 7 | scanf("%s",s); | ~~~~~^~~~~~~~