提交时间:2023-08-04 21:51:47

运行 ID: 24105

#include <stdio.h> int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c); printf("%7d%7d%7d",a,b,c); return 0; }