题解zhouty2023-08-25 15:48:18发布于:广东7阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int x; double s=0; while(n--) { cin>>x; s+=ceil(x/70.0)*0.1; } cout<<s; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个