| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 100 | 龚施宇 | 照样子输入输出 | C++ | Compile Error | 0 | 0 MS | 0 KB | 156 | 2019-09-17 18:24:59 |
#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; }