提交时间:2026-01-04 15:27:11

运行 ID: 80681

#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<"YES"; return 0; }