Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:24: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%ld%ld", &n, &m);
                        ^
/in/foo.cc:7:24: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'long long int*' [-Wformat=]
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1964 夜夜的NOIP之旅
 - 语言
 - C++
 - 递交时间
 - 2017-11-07 14:06:18
 - 评测时间
 - 2017-11-07 14:06:18
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 191ms
 - 峰值内存
 - 384.0 KiB