| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 914 | 王冯俊 | 照样子输入输出 | C++ | Wrong Answer | 0 | 0 MS | 256 KB | 146 | 2019-09-22 21:39:37 |
#include<iostream> int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c); printf("wo chu sheng zai %d,%d yue,%d sui le.",a,b,c); return 0; }