ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1048. Superlong Sums

Show all messages Hide all messages

i had done zzzlll 17 Jan 2007 16:35
thanks i had done

Edited by author 18.01.2007 12:24
Re: i dod not understand why error KIRILL(ArcSTU) 17 Jan 2007 17:15
Pay attention to
1<=N<=1000000
Output file should contain exactly N digits
KIRILL(ArcSTU) wrote 17 January 2007 17:15
Output file should contain exactly N digits
but what about such example
---
2
6 3
7 3
---
answer must be '00' or '100' ?
Re: Output file should contain exactly N digits KIRILL(ArcSTU) 3 Feb 2007 20:59
dibrov.bor wrote 3 February 2007 18:48
KIRILL(ArcSTU) wrote 17 January 2007 17:15
Output file should contain exactly N digits
but what about such example
---
2
6 3
7 3
---
answer must be '00' or '100' ?

There are no such test cases

"Output file should contain exactly N digits" - it's from
problem statement