1 条题解

  • 1
    @ 2025-6-6 21:08:56
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int n;
    	cin >>n;
    	if (n>=8){
    		cout << "rest";
    	}
    	else{
    		cout <<"work";
    	}
    	return 0;
    }
    
    • 1

    信息

    ID
    20
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    184
    已通过
    125
    上传者