結果

問題 No.2739 Time is money
ユーザー tailstails
提出日時 2024-04-21 23:48:50
言語 cLay
(20240714-1)
結果
AC  
実行時間 109 ms / 2,000 ms
コード長 124 bytes
コンパイル時間 4,503 ms
コンパイル使用メモリ 179,068 KB
実行使用メモリ 24,256 KB
最終ジャッジ日時 2024-10-13 22:18:01
合計ジャッジ時間 8,507 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 20 ms
15,692 KB
testcase_03 AC 48 ms
18,648 KB
testcase_04 AC 20 ms
16,364 KB
testcase_05 AC 28 ms
15,272 KB
testcase_06 AC 47 ms
17,780 KB
testcase_07 AC 90 ms
24,256 KB
testcase_08 AC 54 ms
24,252 KB
testcase_09 AC 66 ms
21,632 KB
testcase_10 AC 54 ms
20,224 KB
testcase_11 AC 109 ms
21,760 KB
testcase_12 AC 57 ms
20,992 KB
testcase_13 AC 67 ms
20,992 KB
testcase_14 AC 56 ms
20,992 KB
testcase_15 AC 30 ms
17,408 KB
testcase_16 AC 19 ms
16,768 KB
testcase_17 AC 85 ms
21,632 KB
testcase_18 AC 96 ms
21,632 KB
testcase_19 AC 28 ms
17,536 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@X,a=0;int@(u,v,ll C,T)[M];C[0..M-1]+=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