QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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']++; | ^