题解列表

筛选

三角形 (C++代码)递推

摘要:#include<iostream> using namespace std; int    T , n , A[100][100],d[100][100]; int main(void){ ……