# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
70455 | 2018-08-23T00:58:24 Z | cepiloth | printf 함수 1 (BSC_0_1) | C | 3 ms | 504 KB |
#include <stdio.h> int main() { printf("Hello World!"); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 3 ms | 504 KB | Output is correct |