結果

問題 No.1469 programing
ユーザー simansiman
提出日時 2021-04-10 04:07:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 104 ms / 3,000 ms
コード長 31 bytes
コンパイル時間 469 ms
コンパイル使用メモリ 11,140 KB
実行使用メモリ 30,036 KB
最終ジャッジ日時 2023-09-08 00:20:10
合計ジャッジ時間 4,310 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 74 ms
15,268 KB
testcase_01 AC 75 ms
15,056 KB
testcase_02 AC 75 ms
15,308 KB
testcase_03 AC 75 ms
15,096 KB
testcase_04 AC 76 ms
15,136 KB
testcase_05 AC 78 ms
15,192 KB
testcase_06 AC 77 ms
15,052 KB
testcase_07 AC 75 ms
15,068 KB
testcase_08 AC 74 ms
15,528 KB
testcase_09 AC 74 ms
15,716 KB
testcase_10 AC 77 ms
15,416 KB
testcase_11 AC 77 ms
15,932 KB
testcase_12 AC 77 ms
15,624 KB
testcase_13 AC 78 ms
15,140 KB
testcase_14 AC 76 ms
15,868 KB
testcase_15 AC 81 ms
15,964 KB
testcase_16 AC 78 ms
16,676 KB
testcase_17 AC 104 ms
30,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

S = gets.chomp

puts S.squeeze
0