#include<bits/stdc++.h> using namespace std; int main() { double y,w; char ch; cin>>y>>ch>>w; double b=(y-100)0.9; if(w>b1.1) { cout<<"fat"; }else if(w<b*0.9){ cout<<"thin"; }else{ cout<<"standard"; } return 0; }