Search found 33 matches
- Sat Jan 20, 2007 9:06 am
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
- Fri Jan 19, 2007 11:43 am
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
Re: 10363 still wa!
Why are you returning a 1 in your code?shaqira wrote:thnx mf, for givin me suggestion.now i hav changed my code but its still
givin wa.am i missin anythin?plz help
here is my modified code:
return 1;
}
- Tue Jan 16, 2007 3:52 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10279 - Mine Sweeper
- Replies: 102
- Views: 43162
Wa :(
I`ve taken care of it being a multiple input problem and i`ve printed the blank lines between consecutive cases. My program gives the correct output for all the i/o on this forum. Why WA?
#include<stdio.h>
int main()
{
char area [102][102];
char output [102][102];
char used[102][102];
int m ...
#include<stdio.h>
int main()
{
char area [102][102];
char output [102][102];
char used[102][102];
int m ...
- Sun Jan 14, 2007 12:10 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
- Sun Jan 14, 2007 6:52 am
- Forum: Volume 1 (100-199)
- Topic: 113 - Power of Cryptography
- Replies: 163
- Views: 50262
- Sun Jan 14, 2007 6:43 am
- Forum: Volume 5 (500-599)
- Topic: 591 - Box of Bricks
- Replies: 80
- Views: 24901
Two things:
should be
And you forgot this line:
Code: Select all
printf("set# %d\n",j);
Code: Select all
printf("Set #%d\n",j);
Output a blank line after each set.
- Sun Jan 14, 2007 6:38 am
- Forum: Volume 100 (10000-10099)
- Topic: 10070 - Leap Year or Not Leap Year and ...
- Replies: 233
- Views: 83828
- Sun Jan 14, 2007 6:31 am
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
Thanks a lot!
Thanks a lot little joey and mf! Sorry to have bothered u for such a silly error
It never struck me to check the conditions themselves as i was getting correct output for all the input.. I thought i was missing a condition. Thanks a lot! 


- Sat Jan 13, 2007 1:01 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10530 - Guessing Game
- Replies: 57
- Views: 36892
Thanks a lot!
Thanks a lot Hank! Your i/o showed my error at once. Fixed it and got accepted!
Thanks a lot!

- Sat Jan 13, 2007 12:46 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
- Thu Jan 11, 2007 8:32 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33136
WA?
My program runs perfectly on my comp and gives correct output for the all the inputs given on this forum. Yet i get WA. Here is my code:
I`ve used the logic suggested by someone here. Am i missing something very obvious?
Code: Select all
Cut after ACC
- Sun Jan 07, 2007 11:10 am
- Forum: Off topic (General chit-chat)
- Topic: What is your record of solved problems during one day?
- Replies: 18
- Views: 73811
- Sun Jan 07, 2007 11:06 am
- Forum: Volume 105 (10500-10599)
- Topic: 10530 - Guessing Game
- Replies: 57
- Views: 36892
- Mon Jan 01, 2007 9:23 am
- Forum: Volume 101 (10100-10199)
- Topic: 10183 - How Many Fibs?
- Replies: 66
- Views: 35800
Can`t binary be used only for searching an exact term? If we use lower_bound and upper_bound, we`ll have to find the smallest fib greater than lower_bound and the highest fib lower than upper_bound and subtract the indices of those two fibs to get the answer right? So how can we use binary search ...
- Mon Jan 01, 2007 9:13 am
- Forum: Other words
- Topic: How to get my code?
- Replies: 1
- Views: 8386