答案鲁玮博2025-03-15 17:30:49发布于:江苏13阅读0回复0点赞#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; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个