| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 1278 | 王冯俊 | 行李托运 | C++ | Wrong Answer | 0 | 0 MS | 256 KB | 156 | 2019-10-06 16:09:37 |
#include<iostream> int main(){ double a; scanf("%c",&a); if(a<=10); a=2.5*a; if(a>10); a=10*2.5+(a-10*1.5); printf("%.1lf",a); return 0; }