Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
50936 fengxiaohang 对齐输出 C++ Accepted 1 MS 244 KB 223 2024-09-16 10:12:50

Tests(1/1):


#include <iostream> #include <iomanip> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; cout << setw(7) << a << setw(7) << b << setw(7) << c << endl; return 0; }


Judgement Protocol: