TopCoder

Cheng0928
笨笨的笨蛋 $\huge \color{red}{I'm\ Stupid. How\ to\ AC?}$

User's AC Ratio

100.0% (3/3)

Submission's AC Ratio

100.0% (3/3)

Tags

Description

給一個長度為 $N$ 的序列 $A$。
接下來會有 $q$ 筆詢問,第 $i$ 筆詢問會有一個數字 $x_i$,問 $x_i$ 這個數字在 $A$ 中出現了幾次?


對於所有測試資料:
$1 \le N \le 100$
$1 \le q \le 100$
$-2000 \le x_i \le 2000$
$-2000 \le A_i \le 2000$

Input Format

輸入共 $3 + q$ 行,
第一行輸入一個數字 $N$,
第二行輸入 $N$ 個數字,第 $i$ 個數字代表 $A_i$,
第三行輸入一個數字 $q$,
接下來有 $q$ 行,第 $i$ 行會有一個數字 $x_i$。

Output Format

共輸出 $q$ 行,第 $i$ 行輸出第 $i$ 筆詢問的答案。

Sample Input 1

5
-1 2 -1 3 5
3
5
2
-1

Sample Output 1

1
1
2

Hints

Problem Source

Subtasks

No. Testdata Range Constraints Score
1 0~25 題目範圍限制 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 65536 1
1 1000 65536 65536 1
2 1000 65536 65536 1
3 1000 65536 65536 1
4 1000 65536 65536 1
5 1000 65536 65536 1
6 1000 65536 65536 1
7 1000 65536 65536 1
8 1000 65536 65536 1
9 1000 65536 65536 1
10 1000 65536 65536 1
11 1000 65536 65536 1
12 1000 65536 65536 1
13 1000 65536 65536 1
14 1000 65536 65536 1
15 1000 65536 65536 1
16 1000 65536 65536 1
17 1000 65536 65536 1
18 1000 65536 65536 1
19 1000 65536 65536 1
20 1000 65536 65536 1
21 1000 65536 65536 1
22 1000 65536 65536 1
23 1000 65536 65536 1
24 1000 65536 65536 1
25 1000 65536 65536 1