摘要: 今天继续研究位运算的题目:https://vjudge.net/contest/381776#problem/B 按理说求最大的位或就是把二进制的每一位数变成1就是了,但提交后老是错,明天继续研究哪里出错。 #include <iostream>#include <math.h>using name 阅读全文
posted @ 2020-07-22 11:08 sean1246 阅读(18) 评论(0) 推荐(0)
摘要: 从今天开始小学期结束,开始研究训练群里几周前发布的任务。 https://vjudge.net/contest/381776#problem/C 这次的题目是研究位运算,xor运算符就是^,明天继续研究位运算的题。 #include <iostream>using namespace std;int 阅读全文
posted @ 2020-07-22 11:05 sean1246 阅读(28) 评论(0) 推荐(0)
摘要: 今天做了 一天的小学期实验报告,确实没时间研究心的代码。 阅读全文
posted @ 2020-07-22 11:00 sean1246 阅读(30) 评论(0) 推荐(0)