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