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