求解答下题20

用户提问 |浏览361次
收藏|2021/08/16 17:03

满意回答

2021/08/16 17:32

#include <cstdio>using namespace std;int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%8d%8d%8d",a,b,c); return 0;}
匿名

其他回答(0)
0人关注该问题
+1

 加载中...