摘要:
牛客小白月赛98 A~D A-骰子魔术 签到不多说 // AC one more times // nndbk #include <bits/stdc++.h> using namespace std; typedef long long ll; const int mod = 1e9 + 7; c 阅读全文
摘要:
牛客小白月赛99 C~E C-迷宫 思路:其实能不能到达,只要看起点和终点是否能变成连通的。射线技能只能用一次,我们在起点能到的点\((x,y)\)去\(check:x,y,x-1,y-1,y+1\)是否在终点能到达的点的坐标中出现。 // AC one more times // nndbk #i 阅读全文
摘要:
牛客小白月赛100 A~E A-ACM中的A题 签到不多说 // AC one more times // nndbk #include <bits/stdc++.h> using namespace std; typedef long long ll; const int mod = 1e9 + 阅读全文