#P7227. [COCI 2015/2016 #3] ESEJ

[COCI 2015/2016 #3] ESEJ

Description

Little M needs to write an essay.

  • The essay must contain at least aa words and at most bb words.
  • Each word must have at least 11 letter and at most 1515 letters.
  • The essay must contain at least b2\dfrac{b}{2} distinct words.

Little M stayed up late last night doing Codeforces, so please help him write the essay.

The essay can only have one paragraph (only one line), and it may use only lowercase English letters and spaces.

Note: The meaning of the essay does not need to make sense, and the grammar does not need to be correct. Any essay that meets the requirements can get AC\color{green}\texttt{AC}.

Input Format

The first line contains two positive integers a,ba, b.

Output Format

Output one line: an essay.

2 7

this shakespeare fella is good

Hint

Constraints

For 100%100\% of the testdata, 1a,b1051 \le a, b \le 10^5.

Notes

Translated by ChatGPT 5