04 2020 档案

摘要:A. Alex and a Rhombus #include <bits/stdc++.h> using namespace std; int num[110]; int N; int main() { memset(num, 0, sizeof(num)); num[0] = 0, num[1] 阅读全文
posted @ 2020-04-29 15:06 _Zlrrr 阅读(183) 评论(0) 推荐(0)