#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; }
注册一个 HNUAHE-OJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 HNUAHE-OJ 通用账户