题解列表

筛选

Pascal三角 (C语言代码)格式错误

摘要:解题思路:金字塔三角由直角三角每行前面加对应空格偏移注意事项:参考代码:#include <stdio.h>int main(){ int cmd,i,j,flag,a[100][100]={0}; ……