/* Tanzila Islam Southeast University mail : tanzilamohita@gmail.com Problem Link: https://www.urionlinejudge.com.br/judge/en/problems/view/1759 */
#include<iostream> using namespace std;
int main(){
int n; cin >> n; for(int i=0;i<n-1;i++){ cout << "Ho "; } cout << "Ho!" << endl; return 0; }
No comments:
Post a Comment