未知题型

输出二项式系数表,格式如课本 P147 页 5 ()

【参考答案】

#include void main() { int a[10][10]={{0}}; int i,......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)