| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5740 | 马易文 | 对齐输出 | C++ | Presentation Error | 0 | 0 MS | 252 KB | 133 | 2020-08-15 08:27:57 |
#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; }