OOP A組小考(I)
考試說明
- 本次考試共11題,包含不同難易程度的題型供大家選擇,每題配分不同,最高100分,可以依需求自行挑題目寫。
繳交規則
繳交截止時間:2026.03.06 17:00,請在時限內繳交,超時後繳交不計分。
請勿按Abort,否則可能導致無法正常計分。
切勿Leave Contest,離開後無法再進入考試,若無法完成考試請自行承擔後果。
考試期間將斷網,不得使用任何其他非指定參考資料。
import java.util.Scanner;
public class MidTerm01_Qx{
public static void main(String[] args) {
}
}
==================================================
Scanner scan = new Scanner(System.in);
returnType returnVar = scan.next____();
==================================================
Problems
| Problem | Points | AC Rate | Users |
|---|---|---|---|
| Chinese Zodiac and Leap Year | 20 | 33.6% | 306 |
| 114Mid01_Q01_Equal Number | 25 | 28.4% | 51 |
| output even numbers in reverse order | 20 | 42.6% | 229 |
| Mid02_Q04_Max & Min Prime | 20 | 36.1% | 16 |
| currency | 20 | 44.2% | 261 |
| clear repeat integer | 50p | 41.2% | 174 |
| Number Classification | 40p | 53.3% | 157 |
| rotate array | 10p | 47.2% | 191 |
| Symmetric Brackets | 40p | 33.8% | 95 |
| longest increasing sequence | 10p | 24.3% | 109 |
| DuplicateValue | 25 | 40.0% | 1 |
Comments
1