for循环沈思邈2023-12-30 13:05:44发布于:上海172阅读0回复0点赞#include<iostream> using namespace std; int x,n,s=0; int main(){ cin >> x >> n; for (int i=0; i<n; i++){ if (x%7!=0&&x%7!=6) s+=150+100; x++; } cout << s << endl; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个