| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 199 | 未知用户 | 照样子输入输出 | C++ | Runtime Error | 0 | 0 MS | 252 KB | 173 | 2019-09-18 06:59:03 |
#include<iostream> int main(){ int a,b,c; scanf("%d %d %d",a,b,c); printf("wo chu sheng zai %d",a); printf(",%d yue",b); printf(",wo %d sui le",c); return 0; }