| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 50878 | fengxiaohang | 对齐输出 | C++ | Presentation Error | 0 MS | 192 KB | 137 | 2024-09-15 11:05:13 |
#include <stdio.h> int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%7d %7d %7d",a,b,c); return 0; }