結果
問題 | No.451 575 |
ユーザー |
![]() |
提出日時 | 2016-12-02 22:31:10 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 381 bytes |
コンパイル時間 | 191 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 20,736 KB |
最終ジャッジ日時 | 2024-12-16 10:42:06 |
合計ジャッジ時間 | 6,217 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 21 WA * 8 |
コンパイルメッセージ
Main.rb:31: warning: ambiguous first argument; put parentheses or a space even after `-' operator Syntax OK
ソースコード
n=gets.to_ia=[]n.times do |i|a<< gets.to_iendb=[]b<< 1(n/2).times do |i|b<< a[i*2]-b[i*2]b<< b[i*2+1]-a[i*2+1]end(n%2).times dob<< a[-1]-b[-1]endc=0n.times do |i|c+=b[i] if 1>b[i]endb=[]b<< 1+c(n/2).times do |i|b<< a[i*2]-b[i*2]b<< b[i*2+1]-a[i*2+1]end(n%2).times dob<< a[-1]-b[-1]endif b.all?{|i|i>0}puts n+1,b.*("\n")elsep -1end