import java.util.Scanner;
public class Solution {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int s=sc.nextstring();
int y=sc.nextDouble();
int x=sc.nextInt();
System.out.println("String: "+s);
System.out.println("Double: "+y);
System.out.println("Int: "+x);
}
}
Solution.java:17: error: reached end of file while parsing v ^ 1 error
계속 이렇게 뜨는데 문제가뭘까요 ㅠㅠ