結果
| 問題 |
No.24 数当てゲーム
|
| コンテスト | |
| ユーザー |
mmmppp
|
| 提出日時 | 2017-02-17 04:32:36 |
| 言語 | Ruby (3.4.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 54 bytes |
| コンパイル時間 | 197 ms |
| コンパイル使用メモリ | 7,424 KB |
| 実行使用メモリ | 12,288 KB |
| 最終ジャッジ日時 | 2024-12-30 21:52:01 |
| 合計ジャッジ時間 | 2,107 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 9 WA * 1 |
コンパイルメッセージ
Main.rb:1: warning: `:' after local variable or literal is interpreted as binary operator Main.rb:1: warning: even though it seems like symbol literal Syntax OK
ソースコード
s=*?0..?9;$<.map{|i|a=i.split;i[11]?s&=a :s-=a};puts s
mmmppp