답안 #645901

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
645901 2022-09-28T09:05:13 Z ateacode printf 함수 1 (BSC_0_1) Java 11
0 / 100
131 ms 12220 KB
class Yoyo {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 131 ms 12220 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -