28.11 질문드립니다금요일, 22 1월 2021, 6:03 오후, 성 이름님이 작성 #define _CRT_SECURE_NO_WARNINGS#include <stdio.h>int main(){ int fee; scanf("%d", &fee); int rest = fee - 1200; while (rest >= 0) { printf("%d\n", rest); rest = rest - 1200; } return 0;}이렇게는 안되나요.. 퍼머 링크(Permalink) 답글