Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:53: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   printf("%d ",lower_bound(tmp+1,tmp+M+1,num[i])-tmp);
                                                     ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - #49 离散化再练
 - 语言
 - C++
 - 递交时间
 - 2018-10-12 16:45:56
 - 评测时间
 - 2018-10-12 16:45:56
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 1821ms
 - 峰值内存
 - 3.484 MiB