結果
| 問題 |
No.29 パワーアップ
|
| コンテスト | |
| ユーザー |
mmmppp
|
| 提出日時 | 2017-02-17 15:23:05 |
| 言語 | Ruby (3.4.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 68 bytes |
| コンパイル時間 | 77 ms |
| コンパイル使用メモリ | 8,064 KB |
| 実行使用メモリ | 20,224 KB |
| 最終ジャッジ日時 | 2025-10-24 21:00:13 |
| 合計ジャッジ時間 | 4,352 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 22 |
コンパイルメッセージ
Main.rb:1: warning: possibly useless use of / in void context Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
n,*a=$<.read.split;s=0;(a|[]).map{|i|c=a.count i;s+=c/2*4+c%2}/4;p s
mmmppp