Ok I tried that but still no luck. Here is the changed code... (I changed only a single line of code)
//LCD Display. UVAID: 706
//Status:Not Submitted
#if defined ONLINE_JUDGE || defined LCD_DISPLAY2
#include <iostream>
#include <vector>
#include <string>
using namespace std;
bool isOddLine ...
Search found 5 matches
- Mon May 05, 2008 11:50 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65247
- Mon May 05, 2008 9:17 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65247
Re: 706 - LC-Display - WA
Hi Jan,
I think I have put a blank line in between each output as asked for in the problem. Here is the sample output for the input given in the problem...
http://bp3.blogger.com/_VTIyYPvHp_0/SB614uVNc8I/AAAAAAAAABM/Xqon78JrfDc/s1600-h/LCD.JPG
(see http://bp3.blogger.com/_VTIyYPvHp_0/SB614uVNc8I ...
I think I have put a blank line in between each output as asked for in the problem. Here is the sample output for the input given in the problem...
http://bp3.blogger.com/_VTIyYPvHp_0/SB614uVNc8I/AAAAAAAAABM/Xqon78JrfDc/s1600-h/LCD.JPG
(see http://bp3.blogger.com/_VTIyYPvHp_0/SB614uVNc8I ...
- Fri May 02, 2008 5:10 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65247
Re: 706 - LC-Display - WA
Hi,
The judge and I dont seem to be getting along very well :( Guys please see if you can help me. Here is my program...
//LCD Display. UVAID: 706
//Status:WA
#if defined ONLINE_JUDGE || defined LCD_DISPLAY2
#include <iostream>
#include <vector>
#include <string>
using namespace std;
bool ...
The judge and I dont seem to be getting along very well :( Guys please see if you can help me. Here is my program...
//LCD Display. UVAID: 706
//Status:WA
#if defined ONLINE_JUDGE || defined LCD_DISPLAY2
#include <iostream>
#include <vector>
#include <string>
using namespace std;
bool ...
- Thu May 01, 2008 8:53 am
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 124975
Re: 10189 - Minesweeper
Thanks a ton buddy. Here is the modified code for everybody's reference...
Khoob khoob dhonnobad!
Code: Select all
Removed...
- Wed Apr 30, 2008 2:35 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 124975
Re: 10189 - Minesweeper
Hi,
I too am getting a WA for no apparent reason. How I wish, the judge be a little more helpful! I'd be grateful if someone from the community could help. Here is my program ...
#include <iostream>
#include <vector>
using namespace std;
typedef vector< vector<char> > Mine;
void printMine ...
I too am getting a WA for no apparent reason. How I wish, the judge be a little more helpful! I'd be grateful if someone from the community could help. Here is my program ...
#include <iostream>
#include <vector>
using namespace std;
typedef vector< vector<char> > Mine;
void printMine ...