1 条题解

  • 0
    @ 2024-8-10 10:24:54
    #include<iostream>
    using namespace std;
    int main() { // 6 CL6 烤面包
    	int t;
    	cin>>t;
    	if(t>=180 and t<=220)
    		cout<<"Good";
    	else if(t>220)
    		cout<<"High";
    	else if(t<180)
    		cout<<"Low";	 
    	return 0;
    }
    
    • 1

    信息

    ID
    1740
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    1
    已通过
    0
    上传者