| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 8275 | 葛冬杰 | 小鱼的航程(改进版) | C++ | Compile Error | 0 | 0 MS | 0 KB | 179 | 2020-10-31 19:05:42 |
#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; }