103、电影(CF670C —— Cinema)【unordered_map离散化】
题目链接:https://www.acwing.com/problem/content/105/
因为题目中language的范围为 0->1e9;所以肯定是不能开普通数组的
我们用unordered_map离散化 (map会超时)
#include<stdio.h>
#include<iostream>
#include<map>
#includ...
原创
2019-02-03 14:44:43 ·
391 阅读 ·
0 评论