Hello - After hours of labour, I found my mistake and finally got my code accepted. Here is a list of things you all should remember.
1) Print a blank between each digit. This does not necessarily mean a white space.
2) Do not print a blank line before the first test case.
3) Print a blank line ...
Search found 4 matches
- Sat Jun 22, 2013 4:18 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65710
- Wed Jun 19, 2013 6:45 am
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 125635
Re: 10189 - Minesweeper
I re submitted and got AC. Thank you Brian.
- Tue Jun 18, 2013 11:29 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 125635
Re: 10189 - Minesweeper
I am getting WA too. I have checked all test cases I can think of. I also checked for bllank lines between test cases. I also removed a blank line at the end. But still getting WA. Please help. I have provided my code below. I appreciate your help and thanks in advance.
Code: Select all
// Removed after AC
- Sun Jun 16, 2013 8:35 pm
- Forum: Volume 6 (600-699)
- Topic: 661 - Blowing Fuses
- Replies: 67
- Views: 31297
661 - Blowing Fuses - Getting Submission Error
I am getting SE for this problem. It seems to run correctly. But the judge runs it for sometime and issues a SE. Many people have got the problem AC. Please help.