fork(1) download
  1. s = input()
  2. print(s.count('a'))
Success #stdin #stdout 0.1s 14152KB
stdin
s = input()
stdout
0