"""
The output of this program differs from the required lyrics by omitting a blank line that should occur between the following two lines:

We know the game and we're gonna play it
I just wanna tell you how I'm feeling  
"""

program = r"""s=" wF-(OohEthCerB-We@ive? I'm > a=ay it-<make4 ;^ Ce :o 9tell8nna 7 oCB 6ing 5're +t's been *-You&nd %-N!$?4 up# know^evB go7! you4 how>feeling-3E, g#)2E)$g?, n!g?-(G#)1I justFa7843Gotta ;undBstand-.0@'ve^n each6for s9long&r hear*ach5but&+to9shy t9s<InsideFe boC^Fha*go5on@:game=%we+go7pl</$g#$let4 down$run=rou%a%desBt4$;cry$say goodbye$8= lie=%hurt4-.\n@+n9strangBs t9love&:rules=%s9d9I-A full commitment'sFhat>Cink5of&Fouldn't get Cis from=ny6guy-0/A%if4=sk me3Don't 8 me4+to9bli%t9see-..2211-/0.."
for c in'FECB@?>=<;:98765+*&%$#^!43210/.-':x,s=s.split(c,1);s=s.replace(c,x)
print s"""

print len(program)
exec program