Remove Element


Submit solution

Points: 50 (partial)
Time limit: 1.0s
Memory limit: 256M

Authors:
Problem type

題目說明

輸入5個整數,放入一陣列,再輸入一整數n

輸出不等於n的數的數量

輸入

5個整數 n

輸出

不等於n的數的數量

sample input1

2 3 2 3 2 3

sample output1

3

sample input2

1 1 1 1 1 5

sample output2

5

Comments

There are no comments at the moment.