第一题的那个电话号,这么写为什么是错的?我理解有问题吗?   import java.util.Scanner; public class Main {     public static void main(String[] args) {         Scanner sc = new Scanner(System.in);         int n = sc.nextInt();         for(int t = 0; t < n; t++){             int x = sc.nextInt();             String str = sc.ne...