SKFRS這個人很懶,什麼都沒有留下~ 1 文章 0 評論 0 粉絲 關注私信 文章 評論 問答 關注 收藏 C++楊輝三角詳解 一、c楊輝三角算法 #include <iostream> using namespace std; int main() { int n, a[100][100]; … SKFRS 編程 2025-01-27 點擊查看更多