結果
| 問題 | No.100 直列あみだくじ |
| コンテスト | |
| ユーザー |
mmmppp
|
| 提出日時 | 2017-03-03 12:27:19 |
| 言語 | Ruby (4.0.2) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 108 bytes |
| 記録 | |
| コンパイル時間 | 9 ms |
| コンパイル使用メモリ | 8,704 KB |
| 実行使用メモリ | 22,784 KB |
| 最終ジャッジ日時 | 2026-07-26 20:17:19 |
| 合計ジャッジ時間 | 12,909 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | -- * 3 |
| other | TLE * 1 -- * 44 |
コンパイルメッセージ
Syntax OK
ソースコード
n,*d=$<.read.split
n.to_i.times{|i|c=0;c,_,i=c+1,p,_.to_i-1while _=d[i];$*[c]^=c&1<1}
puts$*.any?? :No:'Yes'
mmmppp