結果

問題 No.170 スワップ文字列(Easy)
ユーザー cielciel
提出日時 2015-03-23 15:36:05
言語 Ruby
(3.3.0)
結果
AC  
実行時間 134 ms / 5,000 ms
コード長 43 bytes
コンパイル時間 57 ms
コンパイル使用メモリ 11,456 KB
実行使用メモリ 21,052 KB
最終ジャッジ日時 2023-08-26 23:14:38
合計ジャッジ時間 3,745 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,340 KB
testcase_01 AC 121 ms
20,908 KB
testcase_02 AC 128 ms
19,716 KB
testcase_03 AC 128 ms
19,468 KB
testcase_04 AC 134 ms
19,592 KB
testcase_05 AC 121 ms
21,000 KB
testcase_06 AC 120 ms
21,052 KB
testcase_07 AC 86 ms
15,568 KB
testcase_08 AC 128 ms
19,808 KB
testcase_09 AC 127 ms
19,568 KB
testcase_10 AC 125 ms
19,964 KB
testcase_11 AC 81 ms
15,148 KB
testcase_12 AC 80 ms
15,260 KB
testcase_13 AC 82 ms
15,096 KB
testcase_14 AC 82 ms
15,276 KB
testcase_15 AC 82 ms
15,204 KB
testcase_16 AC 82 ms
15,164 KB
testcase_17 AC 81 ms
15,272 KB
testcase_18 AC 81 ms
15,244 KB
testcase_19 AC 81 ms
15,300 KB
testcase_20 AC 81 ms
15,148 KB
testcase_21 AC 82 ms
15,140 KB
testcase_22 AC 80 ms
15,040 KB
testcase_23 AC 81 ms
15,024 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p~-[*gets.chop.bytes.permutation].uniq.size
0