CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Friday, December 23, 2016
uri 2483 - Merry Christmaaas!
#
include
<
cstdio
>
#
include
<
vector
>
#
include
<
iostream
>
#
include
<
algorithm
>
using namespace std;
int main() {
int n;
string s = "Feliz nata";
cin >> n;
for(int i = 1;i < n; i++)
s += 'a';
cout << s << "l!" << endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment