摘要: 三个月完成web入门 阅读全文
posted @ 2019-11-10 10:41 _pyx 阅读(162) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-26 17:17 _pyx 阅读(3) 评论(0) 推荐(0)
摘要: 以下摘自https://www.cnblogs.com/dongsheng/articles/2665305.html 1.位运算的操作数必须是整数,当二元位运算的操作数是不同类型的整数时,也会自动进行类型转换。 n&(n-1)作用:将n的二进制表示中的最低位为1的改为0,先看一个简单的例子: n 阅读全文
posted @ 2019-07-20 20:07 _pyx 阅读(468) 评论(0) 推荐(0)
摘要: 题目: G. Minimum Possible LCM time limit per test 4 seconds memory limit per test 1024 megabytes input standard input output standard output G. Minimum 阅读全文
posted @ 2019-04-20 22:18 _pyx 阅读(209) 评论(0) 推荐(0)
摘要: 题目: E. Two Teams time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Two Teams time limit 阅读全文
posted @ 2019-04-20 20:38 _pyx 阅读(249) 评论(0) 推荐(0)