规律
2026-08-07 09:29:12
发布于:浙江
2阅读
0回复
0点赞
#include<bits/stdc++.h>//submitRecord//
using namespace std;
//const int N=1e7+10;
int main(){
//freopen("","r",stdin);
//freopen("","w",stdout);
ios::sync_with_stdio();
cin.tie(nullptr);
cout.tie(nullptr);
int n;
cin>>n;
if(n%30||n%31) cout<<n/32;
else cout<<n/32+1;
//fclose(stdin);
//fclose(stdout);
return 0;
}
这里空空如也







有帮助,赞一个