摘要: 题目链接 A 完美数 签到题,不要循环,记得开ll。 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int main() { long lo 阅读全文
posted @ 2023-03-26 09:00 north_h 阅读(15) 评论(0) 推荐(0)
摘要: 题目链接 L1-1 谢谢卡尔! 签到题 #include<bits/stdc++.h> using namespace std; int main() { cout << "谢谢卡尔!\\(>_<)/"; return 0; } L1-2 现在是,幻想时间! 签到题 #include<iostrea 阅读全文
posted @ 2023-03-26 09:00 north_h 阅读(22) 评论(0) 推荐(0)