結果

問題 No.69 文字を自由に並び替え
ユーザー go_boardwalkgo_boardwalk
提出日時 2017-04-01 02:22:25
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 67 ms / 5,000 ms
コード長 71 bytes
コンパイル時間 92 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 22,272 KB
最終ジャッジ日時 2024-05-08 05:24:07
合計ジャッジ時間 1,700 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
22,016 KB
testcase_01 AC 65 ms
22,016 KB
testcase_02 AC 65 ms
22,144 KB
testcase_03 AC 67 ms
22,144 KB
testcase_04 AC 66 ms
22,272 KB
testcase_05 AC 67 ms
22,144 KB
testcase_06 AC 65 ms
22,144 KB
testcase_07 AC 65 ms
22,016 KB
testcase_08 AC 63 ms
22,272 KB
testcase_09 AC 64 ms
22,016 KB
testcase_10 AC 65 ms
22,144 KB
testcase_11 AC 62 ms
22,016 KB
testcase_12 AC 63 ms
22,272 KB
testcase_13 AC 61 ms
22,144 KB
testcase_14 AC 63 ms
22,144 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(print (if (equal? (sort (read-line)) (sort (read-line))) "YES" "NO"))
0