摘要: A. Square Year 判断一个数是不是平方数即可,赛时无脑写暴力了 点击查看代码 #include<bits/stdc++.h> #define int long long using namespace std; using pii=pair<int,int>; using ll = lo 阅读全文
posted @ 2025-05-28 03:37 LYET 阅读(199) 评论(0) 推荐(0)