CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Sunday, August 28, 2016
uri-1759 - Ho Ho Ho
#include<stdio.h>
int main()
{
int a,b;
scanf("%d",&a);
b=a-1;
while(b--){
printf("Ho ");
}
printf("Ho!\n");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment