#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; }
@ihy276:别发这么长的消息 OK?
if(w>b*1.1)没加×号
本地运行了吗
共 3 条回复
@ihy276:别发这么长的消息 OK?
if(w>b*1.1)没加×号
本地运行了吗