Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
8056 | 陶冶 | 小鱼的航程(改进版) | C++ | 解答错误 | 0 | 0 MS | 248 KB | 330 | 2020-10-31 14:53:16 |
#include<bits/stdc++.h> using namespace std; int main(){ int x,n,ans,z,a[100],weekend; cin>>x>>n; z=x+n; for(int i=x;i<=z;i++){ if(ans==7) weekend++; } ans=n*250-weekend*250; cout<<ans; /*cin>>x>>n; z=(x+n)%7; if(z>=1&&z<8){ ans=n*250-2*250; } else ans=n*250; cout<<ans; */ return 0; }