| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 4188 | 陈颖钧 | 小鱼的航程 | C++ | Wrong Answer | 0 | 1 MS | 264 KB | 247 | 2025-01-05 16:30:38 |
#include<bits/stdc++.h> using namespace std; int main(){ int i=0,n,x,a=0,b; cin>>x>>n; b=x; while(i==n){ i++; if(b==7||b==6){ b=1; }else{ a+=250; } } cout<<a; }