提交时间:2025-12-20 21:02:51

运行 ID: 76940

#include<cstdio> int main() { int a, b, c; scanf("%d%d%d",&a,&b,&c); printf("%7d%7d%7d",a,b,c); }