結果
| 問題 | No.182 新規性の虜 |
| コンテスト | |
| ユーザー |
yamagh
|
| 提出日時 | 2015-04-19 19:58:39 |
| 言語 | Ruby (4.0.6) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 74 bytes |
| 記録 | |
| コンパイル時間 | 9 ms |
| コンパイル使用メモリ | 8,960 KB |
| 実行使用メモリ | 18,176 KB |
| 最終ジャッジ日時 | 2026-08-06 18:34:32 |
| 合計ジャッジ時間 | 7,758 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 5 TLE * 1 -- * 21 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
n,a=gets,gets.to_s.chomp.split.map(&:to_i)
puts a.count{|c|a.count(c)==1}
yamagh