結果

問題 No.2739 Time is money
ユーザー 👑 p-adicp-adic
提出日時 2024-04-21 19:06:49
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 127 bytes
コンパイル時間 4,376 ms
コンパイル使用メモリ 177,828 KB
実行使用メモリ 24,448 KB
最終ジャッジ日時 2024-04-21 19:07:06
合計ジャッジ時間 7,758 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 WA -
testcase_03 AC 87 ms
19,200 KB
testcase_04 WA -
testcase_05 AC 51 ms
14,720 KB
testcase_06 AC 59 ms
16,384 KB
testcase_07 AC 158 ms
24,320 KB
testcase_08 AC 153 ms
24,448 KB
testcase_09 AC 154 ms
24,064 KB
testcase_10 WA -
testcase_11 AC 151 ms
24,320 KB
testcase_12 AC 98 ms
23,296 KB
testcase_13 AC 78 ms
23,168 KB
testcase_14 AC 87 ms
23,296 KB
testcase_15 AC 35 ms
18,944 KB
testcase_16 AC 27 ms
19,712 KB
testcase_17 AC 137 ms
23,808 KB
testcase_18 AC 132 ms
24,064 KB
testcase_19 AC 34 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]/+X);
0