結果

問題 No.1190 Points
ユーザー tailstails
提出日時 2020-08-24 18:25:21
言語 cLay
(20240714-1)
結果
AC  
実行時間 33 ms / 2,000 ms
コード長 270 bytes
コンパイル時間 2,491 ms
コンパイル使用メモリ 176,780 KB
実行使用メモリ 14,592 KB
最終ジャッジ日時 2024-07-05 13:55:13
合計ジャッジ時間 5,641 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 21 ms
11,008 KB
testcase_04 AC 17 ms
10,112 KB
testcase_05 AC 17 ms
9,856 KB
testcase_06 AC 23 ms
12,800 KB
testcase_07 AC 28 ms
13,696 KB
testcase_08 AC 24 ms
14,592 KB
testcase_09 AC 26 ms
13,568 KB
testcase_10 AC 23 ms
14,592 KB
testcase_11 AC 20 ms
11,136 KB
testcase_12 AC 24 ms
14,336 KB
testcase_13 AC 20 ms
9,856 KB
testcase_14 AC 7 ms
7,936 KB
testcase_15 AC 33 ms
13,824 KB
testcase_16 AC 5 ms
5,376 KB
testcase_17 AC 29 ms
13,184 KB
testcase_18 AC 15 ms
8,192 KB
testcase_19 AC 7 ms
8,320 KB
testcase_20 AC 18 ms
9,216 KB
testcase_21 AC 9 ms
7,552 KB
testcase_22 AC 11 ms
10,240 KB
testcase_23 AC 33 ms
14,208 KB
testcase_24 AC 33 ms
14,080 KB
testcase_25 AC 24 ms
13,312 KB
testcase_26 AC 18 ms
12,800 KB
testcase_27 AC 24 ms
13,312 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

graph g;int n,m,p,s,t,u[2d5],v[2d5],a[3d5],b[3d5],y,z[1d5];{rd(n,m,p,s,t,(u,v)(m));rep(i,m)u[m+i]=u[i]+n,v[m+i]=v[i],v[i]+=n;g.setEdge(2n+1,2m,u,v);g.getDist(s,a);g.getDist(t+p%2*n,b);rep(j,1,n+1)z[y]=j,y+=1u*a[j]-1.+1u*b[j]<p||1u*a[n+j]-1.+1u*b[n+j]<p;wtLn(y-!y,z(y));}
0