카테고리 없음

입력 출력

홍박스 2021. 7. 21. 17:37
728x90

printf("Output : %d \n", 10);

printf("Output : %f \n", 3.14f);

 

int Input = 100;

scanf_s("%d", &Input);

728x90