Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8012 陈一畅 小鱼的航程(改进版) C++ 解答错误 25 0 MS 252 KB 156 2020-10-31 14:07:56

Tests(1/4):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,x; cin>>a>>b; c=b*250; b=b+a; x=b/7; c=c-x*2*250; cout<<c; return 0; }


测评信息: