python-algorithm

[백준] 17249

무적김두칠 2021. 1. 18. 14:15

1
2
a,b=input().split("(^0^)")
print(a.count('@'),b.count("@"))
cs
반응형