摘要:
这次比上次多A了一道,但做得太慢,rating还是降了。 Problem A Choose Two Numbers 题意:给出两个集合A,B,从A,B中分别选出元素a,b使得a+b既不属于集合A,又不属于集合B 数据范围:1 include using namespace std; int n,m; 阅读全文
摘要:
NOIP(怀古ing) 2017 Day1 T1 "小凯的疑惑" 数学题,打表找规律吧(雾 或许能用同余最短路做? ans=a b a b T2 "时间复杂度" 大模拟没得说 c++ include include include include using namespace std; int n 阅读全文