QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~