#include using namespace std; int main(){ int a,b,c; cin>>a; b=a/100; c=(a%100)*6/10; if(c<10){ cout<