提交时间:2024-09-15 11:05:13

运行 ID: 50878

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