結果

問題 No.2739 Time is money
ユーザー tailstails
提出日時 2024-04-21 23:49:31
言語 cLay
(20240714-1)
結果
RE  
実行時間 -
コード長 122 bytes
コンパイル時間 3,397 ms
コンパイル使用メモリ 178,724 KB
実行使用メモリ 24,252 KB
最終ジャッジ日時 2024-10-13 22:18:59
合計ジャッジ時間 8,924 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 AC 3 ms
6,816 KB
testcase_02 AC 23 ms
15,756 KB
testcase_03 RE -
testcase_04 AC 22 ms
16,824 KB
testcase_05 AC 29 ms
14,056 KB
testcase_06 AC 50 ms
17,132 KB
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
testcase_10 RE -
testcase_11 RE -
testcase_12 AC 48 ms
23,252 KB
testcase_13 AC 49 ms
24,252 KB
testcase_14 AC 45 ms
24,252 KB
testcase_15 AC 33 ms
18,564 KB
testcase_16 AC 20 ms
20,152 KB
testcase_17 RE -
testcase_18 RE -
testcase_19 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

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