Re: [algogeeks] UVA Online Submission.

2011-02-22 Thread jaladhi dave
input and output are files only. :) On Sun, Feb 13, 2011 at 9:09 AM, Umer Farooq the.um...@gmail.com wrote: You mean that input/output is on console and that they don't appreciate filing? On Sat, Feb 12, 2011 at 7:51 PM, Wesley Mesquita wesleymesqu...@gmail.com wrote: You should use the

Re: [algogeeks] UVA Online Submission.

2011-02-14 Thread Umer Farooq
You mean that input/output is on console and that they don't appreciate filing? On Sat, Feb 12, 2011 at 7:51 PM, Wesley Mesquita wesleymesqu...@gmail.comwrote: You should use the standard input/output... simple scanf/printf for C and cin/cout C++ do the deal. I don't know about java.

Re: [algogeeks] UVA Online Submission.

2011-02-14 Thread Douglas Diniz
yes On Sun, Feb 13, 2011 at 1:39 AM, Umer Farooq the.um...@gmail.com wrote: You mean that input/output is on console and that they don't appreciate filing? On Sat, Feb 12, 2011 at 7:51 PM, Wesley Mesquita wesleymesqu...@gmail.com wrote: You should use the standard input/output... simple

[algogeeks] UVA Online Submission.

2011-02-12 Thread Umer Farooq
Hello, I am new user of UVa website and I'm having problems in submitting the solution. Can anyone tell me 1- How do we take the input? via input file? command line arguments? 2- How do we print the output? In an output.txt file? on Console? 3- Do we have insert the package statement? (if we are

Re: [algogeeks] UVA Online Submission.

2011-02-12 Thread Wesley Mesquita
You should use the standard input/output... simple scanf/printf for C and cin/cout C++ do the deal. I don't know about java. Regards, On Wed, Feb 9, 2011 at 3:37 PM, Umer Farooq the.um...@gmail.com wrote: Hello, I am new user of UVa website and I'm having problems in submitting the