Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8286 顾顺 小鱼的航程(改进版) C++ 通过 100 2 MS 256 KB 222 2020-10-31 19:10:29

Tests(4/4):


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


测评信息: