记录详情

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);
                       ^
# 状态 耗时 内存占用
#1 Accepted 3ms 440.0 KiB
#2 Accepted 3ms 328.0 KiB
#3 Accepted 2ms 440.0 KiB
#4 Accepted 2ms 440.0 KiB
#5 Accepted 30ms 440.0 KiB
#6 Accepted 30ms 440.0 KiB
#7 Accepted 30ms 436.0 KiB
#8 Accepted 30ms 456.0 KiB
#9 Accepted 31ms 696.0 KiB
#10 Accepted 31ms 696.0 KiB

信息

递交者
类型
递交
题目
fly
语言
C++
递交时间
2017-10-07 19:54:11
评测时间
2017-10-07 19:54:11
评测机
分数
100
总耗时
196ms
峰值内存
696.0 KiB