結果
問題 |
No.290 1010
|
ユーザー |
![]() |
提出日時 | 2019-04-13 14:14:21 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 61 bytes |
コンパイル時間 | 78 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 14,080 KB |
最終ジャッジ日時 | 2024-09-15 11:05:14 |
合計ジャッジ時間 | 3,593 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 21 WA * 3 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
n=gets.to_i s=gets.chomp puts s=~/11/||s=~/00/ ? "YES" : "NO"