#17335: c++ AC


d10730416@gapps.fg.tp.edu.tw (Wendy Charng)


#include <iostream>
using namespace std;

long long n;

int main() {
  for (cin >> n; n > 0; n--){
    cout << "I don't say swear words!" << endl;
  }
}
#17337: Re:c++ AC


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)


 

#include <iostream>
using namespace std;
int n;
int main() {
cin>>n
while(n--)
cout << "I don't say swear words!" << endl;
}
比較簡潔
#17338: Re:c++ AC


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)


 

#include
using namespace std;
int n;
int main() {
cin>>n
while(n--)
cout << "I don't say swear words!" << endl;
}
比較簡潔

還有別抄我的,我故意留一個地方會讓你CE。