# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
213364 | 2020-03-25T16:17:42 Z | berryzed | scanf 함수 2 (BSC_0_4) | Java 11 | 126 ms | 13940 KB |
import java.util.Scanner; public class scanf2 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int number = scanner.nextInt(); System.out.println(String.format("%03d", number)); } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 124 ms | 12660 KB | Output is correct |
2 | Correct | 122 ms | 13432 KB | Output is correct |
3 | Correct | 126 ms | 13772 KB | Output is correct |
4 | Correct | 122 ms | 13572 KB | Output is correct |
5 | Correct | 125 ms | 13940 KB | Output is correct |