Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8282 顾顺 小鱼的航程(改进版) C++ 解答错误 0 0 MS 260 KB 202 2020-10-31 19:08:26

Tests(0/4):


#include<bits/stdc++.h> using namespace std; int main(){ long long tot=0; int x,n; cin>>x>>n; int x1; for(;x<=n;x++){ x1=x%7; if(x1!=6&&x1!=0) tot+=250; } cout<<tot; return 0; }


测评信息: