結果

問題 No.2739 Time is money
ユーザー tailstails
提出日時 2024-04-21 23:49:31
言語 cLay
(20240104-1)
結果
RE  
実行時間 -
コード長 122 bytes
コンパイル時間 4,688 ms
コンパイル使用メモリ 177,468 KB
実行使用メモリ 20,992 KB
最終ジャッジ日時 2024-04-21 23:49:43
合計ジャッジ時間 8,772 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 24 ms
13,952 KB
testcase_03 RE -
testcase_04 AC 22 ms
13,568 KB
testcase_05 AC 27 ms
13,440 KB
testcase_06 AC 47 ms
15,104 KB
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
testcase_10 RE -
testcase_11 RE -
testcase_12 AC 62 ms
20,992 KB
testcase_13 AC 60 ms
20,992 KB
testcase_14 AC 58 ms
20,992 KB
testcase_15 AC 33 ms
17,408 KB
testcase_16 AC 21 ms
16,640 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