摘要:
429. 奖学金 重载小于号写法 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 310; int n; struct Person { int id, su 阅读全文
摘要:
1346. 回文平方 #include <iostream> #include <algorithm> #include <cstring> using namespace std; char get(int x) // 将x转化为b进制 { if(x <= 9) return x + '0'; r 阅读全文