数値処理だけどbrainfuckでも簡単に扱えるタイプの問題。

A - ニコニコ数

#!/usr/bin/env python3
print(int(input()) // 25)