/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:30: warning: self-comparison always evaluates to false [-Wtautological-compare]
                 if(sta&(1<<j)!=(1<<j)) continue;
                        ~~~~~~^~~~~~~~
foo.cc:24:30: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
foo.cc:8:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:11:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&a[i][j]);
             ~~~~~^~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-30T14:03:49.534Z","handle":"2020-07-30T14:03:49.534Z","cache_start":"2020-07-30T14:03:49.541Z","read_cases":"2020-07-30T14:03:49.671Z","judge":"2020-07-30T14:03:49.672Z","done":"2020-07-30T14:03:51.067Z"}
# 状态 耗时 内存占用
#1 Accepted 9ms 20.297 MiB
#2 Accepted 9ms 20.199 MiB
#3 Accepted 7ms 20.297 MiB
#4 Accepted 7ms 20.293 MiB
#5 Accepted 6ms 20.297 MiB
#6 Accepted 7ms 20.297 MiB
#7 Accepted 7ms 20.297 MiB
#8 Accepted 8ms 20.293 MiB
#9 Accepted 8ms 20.293 MiB
#10 Accepted 10ms 20.305 MiB
#11 Accepted 10ms 20.301 MiB
#12 Accepted 10ms 20.301 MiB
#13 Accepted 16ms 20.301 MiB
#14 Accepted 21ms 20.305 MiB
#15 Accepted 26ms 20.305 MiB
#16 Accepted 21ms 20.305 MiB
#17 Accepted 24ms 20.305 MiB
#18 Accepted 20ms 20.305 MiB
#19 Accepted 25ms 20.301 MiB
#20 Accepted 7ms 20.25 MiB

信息

递交者
类型
递交
题目
P1456 最小总代价
语言
C++
递交时间
2020-07-30 22:03:49
评测时间
2020-07-30 22:03:49
评测机
分数
100
总耗时
269ms
峰值内存
20.305 MiB