304195: CF802H. Fake News (medium)
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
Fake News (medium)
题意翻译
**题目大意** 读入n(1<=n<=1000000) 构造字符串s,p,使字符串s中, p 作为子序列出现的次数恰好等于n(本题采用SPJ)题目描述
Thanks to your help, Heidi is confident that no one can fool her. She has now decided to post some fake news on the HC $ ^{2} $ Facebook page. However, she wants to be able to communicate to the HC $ ^{2} $ committee that the post is fake, using some secret phrase hidden in the post as a subsequence. To make this method foolproof, she wants the phrase to appear $ n $ times in the post. She is asking you to design a post (string) $ s $ and a hidden phrase $ p $ such that $ p $ appears in $ s $ as a subsequence exactly $ n $ times.输入输出格式
输入格式
The first and only line of input contains a single integer $ n $ ( $ 1<=n<=1000000 $ ).
输出格式
The output should contain two nonempty strings $ s $ and $ p $ separated by a single space. Each string should be composed of letters (a-z and A-Z: both lowercase and uppercase are allowed) and have length at most $ 200 $ . The number of occurrences of $ p $ in $ s $ as a subsequence should be exactly $ n $ . If there are many possible solutions, output any of them. It is guaranteed that at least one solution exists.
输入输出样例
输入样例 #1
2
输出样例 #1
hHheidi Hei
输入样例 #2
4
输出样例 #2
bbbba ba
输入样例 #3
6
输出样例 #3
aaabb ab