Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8335 葛冬杰 小鱼的航程(改进版) C++ 解答错误 0 0 MS 248 KB 214 2020-10-31 19:33:50

Tests(0/4):


#include<bits/stdc++.h> using namespace std; int main(){ int x,n; long long s; cin>>x>>n; for(int i=1;i<=n;i++){ if(x<=5){ s+=250; } x++; if(x==8) x=1; } s--; cout<<s; return 0; }


测评信息: