QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#763273 | #9741. CCPC | UESTC_NLNS# | WA | 9ms | 10456kb | Python3 | 74b | 2024-11-19 19:18:37 | 2024-11-19 19:18:39 |
Judging History
answer
a = input()
m1 = a.count('C')//3
m2 = a.count('P')//3
print(min(m1,m2))
詳細信息
Test #1:
score: 0
Wrong Answer
time: 9ms
memory: 10456kb
input:
ABCDCPCPC
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'