Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
47116 杨中琦 对齐输出 C++ Accepted 100 0 MS 256 KB 133 2022-07-14 11:29:01

Tests(1/1):


#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; }


Judgement Protocol: