Pass or not
Submit solution
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
Java 19, Java 8
題目說明
輸入 n 筆成績,直到輸入 0 則終止,判斷有多少筆成績及格(大於等於60)。
sample input1
10 20 50 0sample output1
0sample input2
70 10 0sample output2
1
Comments