結果

問題 No.5004 Room Assignment
ユーザー maguroflymagurofly
提出日時 2021-12-01 00:25:19
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 16 bytes
コンパイル時間 54 ms
実行使用メモリ 26,708 KB
スコア 0
平均クエリ数 3600.00
最終ジャッジ日時 2021-12-01 00:25:30
合計ジャッジ時間 9,660 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 42 ms
26,268 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 44 ms
26,384 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 38 ms
26,092 KB
testcase_11 AC 40 ms
26,364 KB
testcase_12 AC 39 ms
26,184 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 39 ms
26,364 KB
testcase_16 AC 40 ms
26,608 KB
testcase_17 AC 40 ms
26,016 KB
testcase_18 AC 40 ms
26,224 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 39 ms
26,292 KB
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 39 ms
26,296 KB
testcase_26 AC 40 ms
26,328 KB
testcase_27 AC 46 ms
26,208 KB
testcase_28 WA -
testcase_29 AC 41 ms
26,188 KB
testcase_30 AC 39 ms
26,540 KB
testcase_31 WA -
testcase_32 WA -
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 39 ms
26,708 KB
testcase_37 WA -
testcase_38 AC 40 ms
26,312 KB
testcase_39 WA -
testcase_40 AC 40 ms
26,304 KB
testcase_41 WA -
testcase_42 AC 40 ms
26,280 KB
testcase_43 WA -
testcase_44 AC 40 ms
26,428 KB
testcase_45 WA -
testcase_46 AC 39 ms
26,136 KB
testcase_47 AC 41 ms
26,468 KB
testcase_48 AC 41 ms
26,092 KB
testcase_49 AC 41 ms
26,136 KB
testcase_50 WA -
testcase_51 WA -
testcase_52 AC 39 ms
26,284 KB
testcase_53 AC 40 ms
26,076 KB
testcase_54 AC 39 ms
26,128 KB
testcase_55 AC 39 ms
26,260 KB
testcase_56 AC 40 ms
26,156 KB
testcase_57 WA -
testcase_58 AC 40 ms
26,180 KB
testcase_59 AC 40 ms
26,372 KB
testcase_60 WA -
testcase_61 WA -
testcase_62 WA -
testcase_63 AC 40 ms
26,408 KB
testcase_64 AC 40 ms
26,240 KB
testcase_65 AC 40 ms
26,348 KB
testcase_66 AC 44 ms
26,560 KB
testcase_67 AC 46 ms
26,064 KB
testcase_68 WA -
testcase_69 WA -
testcase_70 WA -
testcase_71 AC 40 ms
26,152 KB
testcase_72 WA -
testcase_73 AC 39 ms
26,540 KB
testcase_74 WA -
testcase_75 AC 40 ms
26,496 KB
testcase_76 WA -
testcase_77 WA -
testcase_78 AC 39 ms
26,176 KB
testcase_79 AC 39 ms
26,364 KB
testcase_80 AC 39 ms
26,128 KB
testcase_81 WA -
testcase_82 WA -
testcase_83 WA -
testcase_84 WA -
testcase_85 AC 40 ms
26,372 KB
testcase_86 WA -
testcase_87 AC 39 ms
26,124 KB
testcase_88 WA -
testcase_89 AC 39 ms
26,256 KB
testcase_90 AC 46 ms
26,200 KB
testcase_91 AC 39 ms
26,228 KB
testcase_92 AC 38 ms
26,480 KB
testcase_93 AC 38 ms
26,196 KB
testcase_94 AC 39 ms
26,524 KB
testcase_95 AC 40 ms
26,292 KB
testcase_96 AC 39 ms
26,180 KB
testcase_97 WA -
testcase_98 WA -
testcase_99 AC 39 ms
26,532 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

p *[0]*gets.to_i
0