QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421788 | #8644. Tricolor Lights | egypt_ioi2024_04# | Compile Error | / | / | C++20 | 4.0kb | 2024-05-26 05:20:34 | 2024-06-05 09:20:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Anna.code: In function ‘std::pair<std::__cxx11::basic_string<char>, int> anna(int, std::string)’: Anna.code:76:25: error: expected ‘;’ before ‘[’ token 76 | if(i!=S[l-1])&&f[i]>f[x])x=i; | ^ | ; Anna.code:76:24: error: label ‘f’ used but not defined 76 | if(i!=S[l-1])&&f[i]>f[x])x=i; | ^