L1-021 重要的话说三遍 (5 point(s))
#include <bits/stdc++.h>
using namespace std;
int main(){
for(int i = 0; i < 3; i++)
cout << "I'm gonna WIN!" << endl;
}
#include <bits/stdc++.h>
using namespace std;
int main(){
for(int i = 0; i < 3; i++)
cout << "I'm gonna WIN!" << endl;
}