222༺ཌༀ善ༀད༻2025-05-14 18:22:47发布于:广东2阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%3==1) cout<<n/32; else if(n%3) cout<<n/32+1; else cout<<n/3*2; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个