摘要: 1421A. XORwice 题目链接:Click Here // Author : RioTian // Time : 20/10/18 #include <bits/stdc++.h> #define ms(a, b) memset(a, b, sizeof a) using namespace 阅读全文
posted @ 2020-10-18 23:45 RioTian 阅读(301) 评论(0) 推荐(1) 编辑
摘要: A 找出来1到2020之间数位为2的数量。 不用特别去考虑,直接循环即可 B 求分子分母最小因子为1的。 跑两个for循环,写一个gcd就可以了 答案:2481215 int main() { // freopen("in.txt","r",stdin); ios::sync_with_stdio( 阅读全文
posted @ 2020-10-18 23:18 RioTian 阅读(1473) 评论(2) 推荐(1) 编辑
摘要: 预览图: HMTL代码部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <t 阅读全文
posted @ 2020-10-18 22:46 RioTian 阅读(1685) 评论(1) 推荐(1) 编辑