結果

問題 No.2007 Arbitrary Mod (Easy)
ユーザー GrilledSushiGrilledSushi
提出日時 2022-07-15 21:37:02
言語 Ruby
(3.4.1)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 576 ms
コンパイル使用メモリ 7,168 KB
実行使用メモリ 12,544 KB
最終ジャッジ日時 2024-06-27 17:07:21
合計ジャッジ時間 7,247 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 30
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

puts :**.to_proc.call *gets.split.map(&:to_i)
0