QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#515590 | #4930. LCS of Permutations | egypt_ioi2024b_05# | Compile Error | / | / | C++20 | 2.4kb | 2024-08-11 18:59:52 | 2024-08-11 18:59:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:50:5: error: ‘else’ without a previous ‘if’ 50 | else if(c==n){ | ^~~~