結果
問題 | No.1020 Reverse |
ユーザー | ciel |
提出日時 | 2020-05-06 22:12:52 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 86 ms / 2,000 ms |
コード長 | 93 bytes |
コンパイル時間 | 42 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,928 KB |
最終ジャッジ日時 | 2024-07-03 09:10:47 |
合計ジャッジ時間 | 2,297 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 15 |
コンパイルメッセージ
Syntax OK
ソースコード
n,k=gets.split.map &:to_i s=gets.chomp puts s[k-1..-1]+s[0,k-1].send([:reverse,:to_s][n-k&1])