結果
| 問題 |
No.290 1010
|
| コンテスト | |
| ユーザー |
horiesiniti
|
| 提出日時 | 2017-06-27 09:52:13 |
| 言語 | Ruby (3.4.1) |
| 結果 |
AC
|
| 実行時間 | 80 ms / 5,000 ms |
| コード長 | 87 bytes |
| コンパイル時間 | 55 ms |
| コンパイル使用メモリ | 7,424 KB |
| 実行使用メモリ | 13,056 KB |
| 最終ジャッジ日時 | 2024-10-04 11:23:52 |
| 合計ジャッジ時間 | 2,948 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 24 |
コンパイルメッセージ
Syntax OK
ソースコード
gets while s=gets if /00|11|0101|1010/=~s then puts "YES" else puts "NO" end end
horiesiniti