1 / 4
Mar 2010

I don't know really what TEXT as a programming language means? for the problem EASYPROB the allowed language is TEXT ,what does it exactly mean? is it only simple text ?

  • created

    Mar '10
  • last reply

    Mar '10
  • 3

    replies

  • 355

    views

  • 2

    users

  • 1

    like

It's just a text file. When you have the answer you submit it. If you knew all of the sample input for a problem and what output it would generate, you could submit just the output in TEXT. When you submit in C++, the judge executes your program to generate the output, and then checks it using TEXT.

thanks , so i just need to submit the ouput as the contents of the file?