문제
내가 작성한 코드
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
int main() {
printf("C is interesting.\n");
printf("Practice is the royal road to C programming.\n");
return 0;
}
이번 문제는 입력 받는 거 없이 그냥 문제에 있는 거 그대로 출력시키는 문제다
아직까지는 뭐 수월한 듯
'C언어 > 주차별 문제' 카테고리의 다른 글
[3주차] 팩토리얼(factorial) 수 구하기 (0) | 2023.04.18 |
---|---|
[2주차] 자동 계산기2 (0) | 2023.04.18 |
[2주차] 자동 계산기1 (0) | 2023.04.18 |
[2주차] 초보 C프로그래머2 (0) | 2023.04.18 |
[1주차] Hello World 출력하기 (0) | 2023.04.17 |