二分法的样例 题解
摘要:题目描述:给定N个整数,M个问题对于每个问题,你需要回答数字A是否在N个数字里出现过输入:第一行是两个整数N和M ( 0 #include #define N 1000001int num[N];int n, m;void Read();int Mycmp(const void *a, const ...
阅读全文
posted @ 2014-07-23 23:50
posted @ 2014-07-23 23:50
posted @ 2014-07-23 23:46
posted @ 2014-07-23 07:28
posted @ 2014-07-21 12:03