Search found 2 matches
- Mon Dec 14, 2009 10:29 pm
- Forum: Bugs and suggestions
- Topic: 201-square
- Replies: 1
- Views: 2102
201-square
Thre is a bug in problem id 201 "sqaure".My same code got wa in uva bt get ac in other online judge system.same case happen fr my some other code such as 362-"18000 sec remaining". etc
- Wed Nov 18, 2009 4:56 pm
- Forum: Volume 6 (600-699)
- Topic: 657 - The die is cast
- Replies: 46
- Views: 30765
Re: 657 - The die is cast
Though the description says "The picture will contain at least one die, and the numbers of dots per die is between 1 and 6, inclusive. ",bt thre is a case like this:
4 4
****
****
****
****
fr which ur code says
throw#
0
bt ans will be
throw#
just a blank line .try this..
4 4
****
****
****
****
fr which ur code says
throw#
0
bt ans will be
throw#
just a blank line .try this..