[Offer收割]编程练习赛39 register

Ended

Participants:163

Verdict:Wrong Answer
Score:30 / 100
Submitted:2017-12-10 13:24:37

Lang:Java

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import java.util.Scanner;
public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        String[] arr = new String[4];
        for(int i = 0i < 4i++) {
            arr[i= sc.next();
        }
        
        //
        System.out.println(3);
    }
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX