摘要: 429. 奖学金 重载小于号写法 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 310; int n; struct Person { int id, su 阅读全文
posted @ 2022-05-04 18:18 Tshaxz 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1346. 回文平方 #include <iostream> #include <algorithm> #include <cstring> using namespace std; char get(int x) // 将x转化为b进制 { if(x <= 9) return x + '0'; r 阅读全文
posted @ 2022-05-04 16:29 Tshaxz 阅读(36) 评论(0) 推荐(0) 编辑
Language: HTML