function foo(items) {
Calculate the max online people:
Input:[
[2, 5],
[3, 7],
[8, 9]
]
Output: 2 var i;
一个网吧,给一个二维数组,每一个数组里有两个值,代表一个人开始上网和结束上网的时间,让计算最多同时有多少个人在上网。
#include <iOStream>
using namespace std;
const int maxN = 100;
int cnt[maxN];