The Hero Song
Author: Nazmul Alam
Find the lyric of song: “ alesso heroes (we could be heroes) “ and just print first 5 lines.
Input Format
There is no input.
Output Format
All letter of the lyric must be lowercase and there should be no space and newline in the output and each line should be separate with comma(,). (try to figure out where comma should not be appear :p ).another condition is : there should not be anything like: don’t it should be do not.
all competitive programmers knows that what appear after print/cout.
sorry for my bad English. :p
Limits
Language | Time | Memory |
GNU C 11 | 1s | 512MB |
GNU C++ 14 | 1s | 512MB |
GNU C++ 11 | 1s | 512MB |
Statistics