Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:138:45: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d %lld\n", sum[sb], sum[sa]); ^ /in/foo.cc:104:25: warning: variable 'ans1' set but not used [-Wunused-but-set-variable] register long long a,b,ans1,ans2,lenth,sa,sb,c,ok,M = 0; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1935 不可思议的清晨
- 语言
- C++
- 递交时间
- 2017-08-21 21:20:43
- 评测时间
- 2017-08-21 21:20:43
- 评测机
- 分数
- 100
- 总耗时
- 869ms
- 峰值内存
- 45.156 MiB