사용자 도구

사이트 도구


c_quizz2

문서의 이전 판입니다!


#include <stdio.h>

int main(void) {

  const int m = 1000;
  int input;
  int res;
  do {
  printf("your input needed: ");

scanf(“%d”, &input); input = 10; res = m % input; } while(res != 0); printf(“well done\n”); return(0); }

c_quizz2.1427702142.txt.gz · 마지막으로 수정됨: 2015/03/30 16:55 저자 jonghyouk