QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#759087 | #9320. Find the Easiest Problem | ZhangYiDe | Compile Error | / | / | C++11 | 844b | 2024-11-17 21:33:15 | 2024-11-17 21:33:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:20:27: error: ‘probem’ was not declared in this scope; did you mean ‘problem’? 20 | if(s1[i]==probem[j]&&s2[i]=="accpeted") | ^~~~~~ | problem answer.code:20:43: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 20 | if(s1[i]==probem[j]&&s2[i]=="accpeted") | ~~~~~^~~~~~~~~~~~ answer.code:36:19: error: ‘probem’ was not declared in this scope; did you mean ‘problem’? 36 | cout<<probem[j]; | ^~~~~~ | problem