| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 1183 | 老师 | 照样子输入输出 | C++ | Accepted | 100 | 0 MS | 252 KB | 149 | 2019-10-06 10:29:04 |
#include<iostream> int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c); printf("wo chu sheng zai %d,%d yue,wo %d sui le.",a,b,c); return 0; }