結果

問題 No.2739 Time is money
ユーザー 👑 p-adicp-adic
提出日時 2024-04-21 19:09:02
言語 cLay
(20240714-1)
結果
AC  
実行時間 120 ms / 2,000 ms
コード長 137 bytes
コンパイル時間 3,188 ms
コンパイル使用メモリ 178,800 KB
実行使用メモリ 24,320 KB
最終ジャッジ日時 2024-10-13 17:53:02
合計ジャッジ時間 5,676 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 26 ms
15,616 KB
testcase_03 AC 73 ms
19,200 KB
testcase_04 AC 22 ms
14,976 KB
testcase_05 AC 45 ms
14,592 KB
testcase_06 AC 52 ms
16,384 KB
testcase_07 AC 113 ms
24,320 KB
testcase_08 AC 119 ms
24,320 KB
testcase_09 AC 120 ms
24,064 KB
testcase_10 AC 61 ms
22,656 KB
testcase_11 AC 113 ms
24,064 KB
testcase_12 AC 66 ms
23,296 KB
testcase_13 AC 62 ms
23,296 KB
testcase_14 AC 58 ms
23,424 KB
testcase_15 AC 33 ms
18,944 KB
testcase_16 AC 25 ms
19,584 KB
testcase_17 AC 100 ms
23,936 KB
testcase_18 AC 93 ms
24,064 KB
testcase_19 AC 30 ms
18,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@X,W[M],A[N+1];int@(u,v,C,T)[M];rep(j,M)W[j]=C[j]+T[j]*X;wgraph<ll>g;g.setEdge(N+1,M,u,v,W);g.getDist(1,A);wt(A[N]<0?-1:A[N]/+X);
0