/ Vijos /

记录详情

Accepted

foo.cc: In function 'double cal1(int, int)':
foo.cc:70:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=16;i>=0;i--)
     ^~~
foo.cc:76:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  if(t2==0)return inf;
  ^~
foo.cc: In function 'void solve1()':
foo.cc:102:23: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
     printf("%d\n",ans);
                       ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Accepted 4ms 6.219 MiB
#2 Accepted 4ms 6.301 MiB
#3 Accepted 5ms 8.309 MiB
#4 Accepted 4ms 6.309 MiB
#5 Accepted 4ms 6.309 MiB
#6 Accepted 4ms 6.258 MiB
#7 Accepted 4ms 6.227 MiB
#8 Accepted 4ms 6.316 MiB
#9 Accepted 5ms 8.297 MiB
#10 Accepted 4ms 6.305 MiB
#11 Accepted 8ms 8.445 MiB
#12 Accepted 8ms 6.352 MiB
#13 Accepted 8ms 8.375 MiB
#14 Accepted 9ms 8.375 MiB
#15 Accepted 79ms 30.176 MiB
#16 Accepted 84ms 29.738 MiB
#17 Accepted 197ms 43.719 MiB
#18 Accepted 190ms 44.836 MiB
#19 Accepted 226ms 46.078 MiB
#20 Accepted 243ms 46.078 MiB

信息

递交者
类型
递交
题目
P1780 开车旅行
语言
C++
递交时间
2020-02-02 00:31:43
评测时间
2020-02-02 00:31:43
评测机
分数
100
总耗时
1094ms
峰值内存
46.078 MiB