题解136****45082025-02-14 17:43:53发布于:黑龙江0阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; if(x%2==0){ cout<<x; } else{ cout<<x/2+1; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个