結果
問題 | No.170 スワップ文字列(Easy) |
ユーザー |
|
提出日時 | 2024-09-18 15:29:33 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
AC
|
実行時間 | 167 ms / 5,000 ms |
コード長 | 109 bytes |
コンパイル時間 | 51 ms |
コンパイル使用メモリ | 5,248 KB |
実行使用メモリ | 29,824 KB |
最終ジャッジ日時 | 2024-09-18 15:29:35 |
合計ジャッジ時間 | 2,272 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 21 |
ソースコード
(use util.combinations)(define yuki170(write (- (length (permutations* (string->list (read-line)))) 1)))