Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8275 葛冬杰 小鱼的航程(改进版) C++ 编译错误 0 0 MS 0 KB 179 2020-10-31 19:05:42

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ int x,n,y; 1<=x<=7; cin>>x>>n; n=n-x; y=n/7*250+x*250; if(x==6&&x==7){ y=y; } cout>>y; return 0; }


测评信息: