N
N
나병현
@bhyun08
팔로우
수강평 작성수
-
평균평점
-
홈
소개
#include <stdio.h> int main() { int *ptr; *ptr = 10; return 0; }