結果

問題 No.443 GCD of Permutation
ユーザー hogeover30hogeover30
提出日時 2017-01-26 08:43:39
言語 Ruby
(3.4.1)
結果
TLE  
実行時間 -
コード長 62 bytes
コンパイル時間 123 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 24,960 KB
最終ジャッジ日時 2024-12-23 09:51:14
合計ジャッジ時間 28,979 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
17,280 KB
testcase_01 AC 97 ms
24,448 KB
testcase_02 AC 93 ms
17,280 KB
testcase_03 AC 96 ms
24,448 KB
testcase_04 AC 93 ms
17,536 KB
testcase_05 AC 95 ms
24,576 KB
testcase_06 AC 92 ms
17,536 KB
testcase_07 AC 91 ms
24,448 KB
testcase_08 AC 97 ms
17,280 KB
testcase_09 AC 94 ms
24,704 KB
testcase_10 AC 92 ms
17,280 KB
testcase_11 AC 87 ms
24,448 KB
testcase_12 AC 91 ms
17,280 KB
testcase_13 AC 91 ms
24,448 KB
testcase_14 TLE -
testcase_15 TLE -
testcase_16 AC 399 ms
17,408 KB
testcase_17 AC 772 ms
24,448 KB
testcase_18 TLE -
testcase_19 AC 804 ms
24,960 KB
testcase_20 TLE -
testcase_21 TLE -
testcase_22 AC 93 ms
17,280 KB
testcase_23 AC 96 ms
12,288 KB
testcase_24 AC 98 ms
12,160 KB
testcase_25 TLE -
testcase_26 TLE -
testcase_27 TLE -
testcase_28 TLE -
testcase_29 TLE -
testcase_30 TLE -
testcase_31 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

"#{g=gets.to_i}".bytes.permutation(2){|x,y|g=g.gcd 9*y-=x};p g
0