问题之前搭好的 VPN 用的好好的,但不能登录谷歌学术(Google Scholar),但是还能使用谷歌搜索等其他国外的网站。登录谷歌学术网站出现:We're sorry...... but your computer or network may be...
阅读全文...
【leetcode】 Median of Two Sorted Arrays
地址https://leetcode.com/problems/median-of-two-sorted-arrays/description/题目Median of Two Sorted ArraysThere are two sorted array...
阅读全文...
阅读全文...
【Codeforces】#499 (Div. 2) D.Rocket
地址http://codeforces.com/contest/1011/problem/D题目不放了,复制了格式各种乱思路看到n=30,最多让你问60次,肯定有问题所以很容想到通过前n次每次询问1来判断说的是真是假,然后就是二分了代码#include ...
阅读全文...
阅读全文...
【codevs】1004 四子连棋
地址http://codevs.cn/problem/1004/题目题目描述 Description在一个4*4的棋盘上摆放了14颗棋子,其中有7颗白色棋子,7颗黑色棋子,有两个空白地带,任何一颗黑白棋子都可以向上下左右四个方向移动到相邻的空格,这叫行棋...
阅读全文...
阅读全文...
【hdu】1667 The Rotation Game
地址http://acm.hdu.edu.cn/showproblem.php?pid=1667题目The Rotation GameProblem DescriptionThe rotation game uses a # shaped board, ...
阅读全文...
阅读全文...