| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5221 | 张熙媛 | 超市卖电池 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 174 | 2020-07-28 13:29:46 |
#include<bits/stdc++.h> using namespace std; int main(){ int sl,jq; cin>>sl; if(sl<=10) printf("%d",2*10); else if(sl>10) cout<<sl*2*0.9; return 0; }