QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#310543 | #5236. Wersja dla profesjonalistów [A] | ZhaoZiLong | Compile Error | / | / | C++14 | 971b | 2024-01-21 15:24:18 | 2024-01-21 15:24:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:26:9: error: ‘else’ without a previous ‘if’ 26 | else if(ans[i]=='F')cout<<'B'; | ^~~~