1 条题解

  • 0
    @ 2025-3-18 7:46:04
    #include<bits/stdc++.h>
    typedef long long ll, LL;
    using namespace std;
    #define pb push_back
    
    void solve() {
    	cout << "我活都得签";
    }
    
    int main() {
    	ios::sync_with_stdio(false);
    	cin.tie(0);
    	cout.tie(0);
    	
    	int t = 1;
    //	cin >> t;
        while(t--) {
        	solve();
    	}
    	
    	return 0;
    }
    
    

    信息

    ID
    1659
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    提交数
    53
    已通过
    32
    上传者