| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 39921 | yuhaoyu | 对齐输出 | C++ | Presentation Error | 0 MS | 252 KB | 153 | 2024-02-06 15:45:59 |
#include<iostream> using namespace std; int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%7d %7d %7d",a,b,c); return 0; }