#31172: I don't say swear words


oh_my_god (often)

學校 : 臺中市私立明道高級中學
編號 : 196962
來源 : [36.233.201.105]
最後登入時間 :
2023-10-20 23:42:02
b970. 我不說髒話 (續) -- 板橋高中教學題 | From: [1.161.138.192] | 發表日期 : 2022-07-16 22:27

#include <stdio.h>
#include <stdlib.h>
int main()
{   
  int i,n,num=0;
  scanf("%d",&n);
  for(i=0;i<n;i++)
  {
      printf("%d. I don't say swear words!\n",++num);
  }
  return 0;
}

 
ZeroJudge Forum