
10279 - Mine Sweeper
Moderator: Board moderators
Off course, that's why I use the code:
[c]while ( scanf ( " %i ", & n ) ! = EOF )[/c]
Oh, wait a minute! Do you mean that the multiple input is not the n value?
In that case, there can be 2 possibilities :
1. One board that is played more than once.
2. Many board, but each board played only once. (Like starting a new game but with the same board size)
Or neither?
Which part of input that is multiple?
Thnx,
Frustrated author
[c]while ( scanf ( " %i ", & n ) ! = EOF )[/c]
Oh, wait a minute! Do you mean that the multiple input is not the n value?
In that case, there can be 2 possibilities :
1. One board that is played more than once.
2. Many board, but each board played only once. (Like starting a new game but with the same board size)
Or neither?
Which part of input that is multiple?
Thnx,
Frustrated author
the end to the WA mystery of 10279 Minesweeper
Make sure you know 1) it's a multiple input problem and 2)should a mined position be touched, the 3rd figure in the problem description page is what you should be outputting (numbers indicating number of bombs around positions that have been touched PLUS revealing all bombs).
Hope this would end the WA mystery of this simple problem.
Hope this would end the WA mystery of this simple problem.
-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:
Re: the end to the WA mystery of 10279 Minesweeper
We have to write a code able to handle any inputs right ? I don't understand why should care about the way of testing.stcheung wrote:Make sure you know 1) it's a multiple input problem
Not AC yet
AC at last 


-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:
Re: the end to the WA mystery of 10279 Minesweeper
sorry computer crash. 

Last edited by bery olivier on Fri May 02, 2003 1:44 pm, edited 1 time in total.
Not AC yet
AC at last 


-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:
-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:

Last edited by bery olivier on Fri May 02, 2003 1:45 pm, edited 1 time in total.
Not AC yet
AC at last 


-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:

Last edited by bery olivier on Fri May 02, 2003 1:46 pm, edited 1 time in total.
Not AC yet
AC at last 


-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:

Last edited by bery olivier on Fri May 02, 2003 1:46 pm, edited 1 time in total.
Not AC yet
AC at last 


Last edited by route on Sat May 03, 2003 4:36 pm, edited 1 time in total.
Multiple Input ANNOYING!!!
I just hope for those problems with multiple input format, they could specify it directly in the problem page instead of just coloring the check mark next to the problem link. But I guess that's too much work for them, otherwise that could probably reduce up to, I think, 30% of WA. Just a thought.
-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact:
Re: Multiple Input ANNOYING!!!
I agree with stcheung. It would be better to specify it in the page AND with colored mark.stcheung wrote:I just hope for those problems with multiple input format, they could specify it directly in the problem page instead of just coloring the check mark next to the problem link.
Personally, when I have a problem number, I often use the url instead of using the mouse. It's really faster and easy as the url is really easy to find ( acm.uva.es/p/v(number/100)/number.html ). This way is so helpfull that I guess lot of people use it. It is really frustrating to get WA for a correct source.

Not AC yet
AC at last 


-
- Guru
- Posts: 834
- Joined: Wed May 29, 2002 4:11 pm
- Location: Wroclaw, Poland
- Contact:
If you observe this site, you should see, that If problem is rejudged, and has before this blue checkmark, in many cases, this problem got red checkmark and fixmark
) and in body of description , in bold, is information about multiply input
)
Let give judges time to made this job
DM
PS. Sorry for my english ....


Let give judges time to made this job

DM
PS. Sorry for my english ....
If you really want to get Accepted, try to think about possible, and after that - about impossible ... and you'll get, what you want ....
Born from ashes - restarting counter of problems (800+ solved problems)
Born from ashes - restarting counter of problems (800+ solved problems)
-
- Learning poster
- Posts: 90
- Joined: Sat Feb 15, 2003 1:39 am
- Location: Paris, France
- Contact: