| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5788 | 钱依辰 | 对齐输出 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 147 | 2020-08-15 08:43:10 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; scanf("%d % %d",&a,&b,&c); printf("%8d %8d %8d",a,b,c); return 0; }