Run ID:90691

提交时间:2024-09-16 13:08:23

include<bits/stdc++.h> using namespace std; int main(){ int n=1; printf("%d,%3,%-3d,%03d",n,n,n,n) return 0;