#24290: c++解


ryan558899@gmail.com (Ryan)


#include <iostream>

#include <algorithm>

using namespace std;

int main()

{

    int a=0,b=0,c=0,d=0,e=0,f,g,h,n,t,k;

    string ff;

    cin>>a;

   for(c=1;c<=a;c++)

   {

       cout<<c<<". I don't say swear words!"<<endl;

   } 

   

}