| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78395 | sh25_huangse | 对齐输出 | C++ | Presentation Error | 1 MS | 248 KB | 170 | 2025-12-26 15:43:48 |
#include <bits/stdc++.h> #include <cmath> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a<<" "<<b<<" "<<c<<" "; return 0; }