#include <stdio.h>int main(){ short int d, m, c, n; scanf("a = %3hd%4hd, b = %3hd%4hd", &d, &m, &c, &n); printf("a + b = %d", (d + c) * 10000 + m + n); return 0;}其中的%3hd是什么意思是啊
1 回答
- 1 回答
- 0 关注
- 1327 浏览
添加回答
举报
0/150
提交
取消