Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8228 xiao 小鱼的航程(改进版) C++ 通过 100 1 MS 248 KB 327 2020-10-31 18:43:52

Tests(4/4):


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


测评信息: