Codeforces 705A - Hulk Solution
Solution in C++:
///**********ALLAH IS ALMIGHTY************///
///AH Tonmoy
///Department of CSE,23rd batch
///Islamic University,Bangladesh
- #include <bits/stdc++.h>
- using namespace std;
- int main()
- {
- long long n,i;
- cin>>n;
- for ( i=1; i<=n; i++)
- {
- if(i%2==1)
- cout<<"I hate ";
- else
- {
- cout<<"I love ";
- }
- if(i!=n)
- {
- cout<<"that ";
- }
- }
- cout<<"it";
- return 0;
- }
Wow for your first sentence !!!
ReplyDelete❤️❤️❤️❤️❤️
Delete