I have seen many contests having TEXT language in it so i am interested to know how to print in that language.
thanks in advance.
For eg take this problem
Here instead of selecting any language just select text and paste the output as required in test cases
But you don’t have to just copy and paste the test cases output, you have to print more number of output lines
testcases:
The first two lines of the CORRECT output file are:
137=2(2(2)+2+2(0))+2(2+2(0))+2(0)
1315=2(2(2+2(0))+2)+2(2(2+2(0)))+2(2(2)+2(0))+2+2(0)
You have to just submit below text only to get accepted
137=2(2(2)+2+2(0))+2(2+2(0))+2(0)
1315=2(2(2+2(0))+2)+2(2(2+2(0)))+2(2(2)+2(0))+2+2(0)
73=2(2(2)+2)+2(2+2(0))+2(0)
136=2(2(2)+2+2(0))+2(2+2(0))
255=2(2(2)+2+2(0))+2(2(2)+2)+2(2(2)+2(0))+2(2(2))+2(2+2(0))+2(2)+2+2(0)
1384=2(2(2+2(0))+2)+2(2(2+2(0)))+2(2(2)+2)+2(2(2)+2(0))+2(2+2(0))
16385=2(2(2+2(0))+2(2)+2)+2(0)
In some problem(very rare ), All Test cases are already provided, and one needs to submit the output (NOT program. ).
That’s when TEXT is required.
thank you