| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 215 | 龚施宇 | 照样子输入输出 | C++ | Compile Error | 0 | 0 MS | 0 KB | 167 | 2019-09-18 18:06:36 |
#include<iostream> int main(){ float a,b,c; scanf("%f %f %f",&a,&b,&c); printf("wo chu sheng zai %.1f %.1f yue,wo %.1f sui le",a,b,c); return 0;