#include <iostream>using namespace std;int main(){ for(int i=0;i<5;i++){ cout<<"I love C++"<<endl; } return 0;}
No comments:
Post a Comment