제출 #72425

#제출 시각아이디문제언어결과실행 시간메모리
72425동진의 (#118)퍼솔헌터 (FXCUP3_firstsolve)Text
0 / 100
0 ms0 KiB
#include <stdio.h>

int main()
{
	printf("1 2 3 4 5 6 7 8 9 10 12 34\n");
	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...