#include <stdio.h>
scanf("%d %d", &val1, &val2);
'컴퓨터 > C' 카테고리의 다른 글
C 표준 라이브러리 (0) | 2022.10.23 |
---|---|
C 10진수를 2진수로 출력 (2) | 2022.10.15 |
C printf() (0) | 2022.10.14 |
C array 1차원 배열과 포인터 (0) | 2022.10.14 |
C hello, world! (0) | 2022.10.14 |
#include <stdio.h>
scanf("%d %d", &val1, &val2);
C 표준 라이브러리 (0) | 2022.10.23 |
---|---|
C 10진수를 2진수로 출력 (2) | 2022.10.15 |
C printf() (0) | 2022.10.14 |
C array 1차원 배열과 포인터 (0) | 2022.10.14 |
C hello, world! (0) | 2022.10.14 |