QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#246335 | #4669. Genetic Modifications | MaMengQi | Compile Error | / | / | C++14 | 1.5kb | 2023-11-10 19:10:08 | 2023-11-10 19:10:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:52:2: error: expected ‘;’ before numeric constant 52 | 4 6 9 11 15 24 25 | ^~ | ; answer.code:54:31: error: ‘i’ was not declared in this scope 54 | for(int i=len2,j=len1;i&&j>=1;i--){ | ^ answer.code:54:34: error: ‘j’ was not declared in this scope 54 | for(int i=len2,j=len1;i&&j>=1;i--){ | ^ answer.code:6:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 6 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~ answer.code:7:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 7 | scanf("%s",t+1); | ~~~~~^~~~~~~~~~