QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#236492 | #5436. DRX vs. T1 | ZhangYiDe | Compile Error | / | / | C++20 | 218b | 2023-11-04 00:22:35 | 2023-11-04 00:22:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:10:6: error: ‘I’ was not declared in this scope 10 | if(s[I]=='T')++t; | ^ answer.code:5:6: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 5 | scanf("%s",s); | ~~~~~^~~~~~~~