# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
213348 | 2020-03-25T16:10:24 Z | berryzed | printf 함수 1 (BSC_0_1) | Java 11 | 82 ms | 12020 KB |
public class printf1 { public static void main(String[] args) { System.out.println("Hello World!"); } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 82 ms | 12020 KB | Output is correct |