제출 #70455

#제출 시각아이디문제언어결과실행 시간메모리
70455cepilothprintf 함수 1 (BSC_0_1)C11
100 / 100
3 ms504 KiB
#include <stdio.h> int main() { printf("Hello World!"); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...