Search found 3 matches
- Sat Jan 26, 2013 12:38 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11559 - Event Planning
- Replies: 29
- Views: 15478
11559 Event planning - WA
I attempted to solve this problem and I am getting correct output with test input. I have stored the budget, and number of beds per week for each hotel in a 2D array then sorted them and searched as the problem required. Can any one tell me why the judge deems it as WA? Thanks in advance ...
- Mon Jan 21, 2013 4:50 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 126013
10189 - Minesweeper: Runtime Error
I wrote the following code for the problem and every time I submit to the judge, it gives me runtime error, though the same code was accepted in http://www.programming-challenges.com ( http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110102&format=html ). :-? Can anyone ...
- Mon Jan 21, 2013 4:38 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 78021
10267 - Graphical Editor: WA
I have been trying this problem and it works correctly for test input set given in question. Can anyone please point me out where I am going wrong. Thanks.. :)
#include<stdio.h>
#define MAX 250
void funcF(int, int, char, char);
char disp[MAX][MAX];
int M,N; /*M->rows N->coloumns*/
int main ...
#include<stdio.h>
#define MAX 250
void funcF(int, int, char, char);
char disp[MAX][MAX];
int M,N; /*M->rows N->coloumns*/
int main ...