14 条题解

  • 1
    @ 2024-11-6 15:22:05
    #include <iostream>
    #include <string>
    using namespace std;
    int main()
    {
        int a;
        cin>>a;
        string b=  (a>161)? "welcome":" ";
        cout<<b;
    	
    	return 0 ;
    }
    

    信息

    ID
    2169
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    (无)
    递交数
    821
    已通过
    415
    上传者