#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(b>(a-100)0.91.1) cout<<"fat"; else if(b<(a-100)0.90.9) cout<<"thin"; else cout<<"standard"; return 0; }

1 条评论

  • @ 2024-12-14 19:34:57
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        if(b>(a-100)*0.9*1.1) cout<<"fat";
        else if(b<(a-100)*0.9*0.9) cout<<"thin";
        else cout<<"standard";
    	return 0;
    }
    
    • 1

    信息

    ID
    10
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    99
    已通过
    21
    上传者