| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5780 | 冯子豪 | 对齐输出 | C++ | Presentation Error | 0 | 0 MS | 260 KB | 133 | 2020-08-15 08:40:45 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; printf("%8d %8d %8d",a,b,c); return 0; }