竞赛
考级
zsy
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%30) cout<<1092; else if(n%31) cout<<1091; else cout<<2182; return 0; }
扬帆科技(GYF)
我是体委
按照题意,使用 if else 模拟。
复仇者_帅童
鲁玮博
邱澤銳·龍龘龖🔥#emo中
LS_YZY