提交时间:2024-02-14 12:33:53

运行 ID: 40584

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