PTA天梯賽-練習集 L1-009 N個數求和

模擬通分 #include <bits/stdc++.h> using namespace std; #define d(x) cout << (x) << endl typedef long long ll; const int N = 1e2 + 10; const int INF = 0x3f3f3f3f; struct node{ ll x, y; node(ll x,
相關文章
相關標籤/搜索