QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421779 | #8644. Tricolor Lights | egypt_ioi2024_04# | Compile Error | / | / | C++20 | 3.4kb | 2024-05-26 04:41:04 | 2024-06-05 09:19:44 |
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:68:22: error: expected ‘;’ before ‘continue’ 68 | O=(O+1)%3 | ^ | ; 69 | continue; | ~~~~~~~~