# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
213356 | 2020-03-25T16:15:53 Z | berryzed | scanf 함수 1 (BSC_0_3) | Java 11 | 0 ms | 0 KB |
public class scanf1 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int number = scanner.nextInt(); System.out.println(number); } }