Accepted
/in/foo.cc: In function 'void brute_inversions::work()': /in/foo.cc:37:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=] printf("%I64d\n",inversions()); ~~~~~~~~~~~~^ /in/foo.cc: In function 'void a_less_than_or_equal_to_10::work()': /in/foo.cc:61:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=] printf("%I64d\n",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- fly
- 语言
- C++
- 递交时间
- 2017-10-07 19:54:11
- 评测时间
- 2017-10-07 19:54:11
- 评测机
- 分数
- 100
- 总耗时
- 196ms
- 峰值内存
- 696.0 KiB