結果
| 問題 |
No.182 新規性の虜
|
| コンテスト | |
| ユーザー |
yamagh
|
| 提出日時 | 2015-04-19 19:58:39 |
| 言語 | Ruby (3.4.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 74 bytes |
| コンパイル時間 | 35 ms |
| コンパイル使用メモリ | 7,424 KB |
| 実行使用メモリ | 23,068 KB |
| 最終ジャッジ日時 | 2024-07-04 18:04:03 |
| 合計ジャッジ時間 | 7,604 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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