/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:29:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 if(!used[i]&&dis(idx,i)<=4*r*r)
              ~~~~~~~~~~^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:43:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 scanf("%d%d%d",&n,&h,&r);
                        ^
/in/foo.cc:43:24: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:43:24: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 4ms 356.0 KiB
#3 Accepted 4ms 372.0 KiB
#4 Accepted 3ms 368.0 KiB
#5 Accepted 7ms 380.0 KiB
#6 Accepted 12ms 344.0 KiB
#7 Accepted 22ms 352.0 KiB
#8 Accepted 14ms 344.0 KiB
#9 Accepted 21ms 352.0 KiB
#10 Accepted 23ms 380.0 KiB

信息

递交者
类型
递交
题目
P2031 奶酪
语言
C++
递交时间
2018-09-16 21:08:42
评测时间
2018-09-16 21:08:42
评测机
分数
100
总耗时
118ms
峰值内存
384.0 KiB