C언어/주차별 문제

[2주차] 초보 C프로그래머1

슈슈버거 2023. 4. 18. 15:13

문제


내가 작성한 코드

#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;
}

이번 문제는 입력 받는 거 없이 그냥 문제에 있는 거 그대로 출력시키는 문제다

아직까지는 뭐 수월한 듯