Olexander wrote:
> Hello,
> 
> please could you help me with input processing for olympiad problems.

Do you know how to read and write files? This is covered in every Python 
book and tutorial.

What have you tried? What problems are you having?

> I also wonder how to output several integers in one line.

Again, this should be covered in a tutorial, but for example
print 1, 2, 3

outputs three integers.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to