QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579850 | #9328. Make a Palindrome | 3un_larryfunc | Compile Error | / | / | C++23 | 1.1kb | 2024-09-21 18:29:16 | 2024-09-21 18:29:20 |
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:10:1: error: expected initializer before ‘cin’ 10 | cin >> s; | ^~~ answer.code:13:20: error: ‘s’ was not declared in this scope 13 | cnt[i % 2][s[i] - 'a']++; | ^