Run ID:137912

提交时间:2025-11-23 11:28:58

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