Search found 6 matches

by Arashk_kh68
Sun Sep 23, 2007 3:12 pm
Forum: Volume 100 (10000-10099)
Topic: 10050 - Hartals
Replies: 59
Views: 29974

May somebody help me plz?!
I think I am encountering some serious problems here, I have coded the solution in about 5 minutes! But Im getting crazy with this judge, Cant get AC although I have tried all testcases provided here, U can check this code yourself and see what I am saying, whats wrong ...
by Arashk_kh68
Thu Sep 20, 2007 1:32 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153195

Look for your spelling, "Not Jolly" must be "Not jolly", maybe it helps,
Im getting WA on this problem too.

// JollyJumpers.cpp : Defines the entry point for the console application.
// UVA 10038

#include <iostream>
#include <string>
using namespace std;

int main()
{
bool checked[3002];
bool ...
by Arashk_kh68
Thu Sep 20, 2007 9:11 am
Forum: Volume 101 (10100-10199)
Topic: 10196 - Check The Check
Replies: 77
Views: 36143

Hi Dear ACMers,
I have coded this two weeks ago and I still get WA for it.
I cant figure out where is the problem, because I got right answer for every testcases i have tested.

Coded in C++:


// CheckTheCheck.cpp : Defines the entry point for the console application.
// UVA 10196 ...
by Arashk_kh68
Tue Sep 11, 2007 6:46 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125287

Thanks a lot Jan, AC after removing last blank line.
by Arashk_kh68
Mon Sep 10, 2007 7:01 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125287

Still WA

Hi , thanks for the hint, but did u mean that i change "endl" with "\n"?!
cause i did this, and still WA.
by Arashk_kh68
Sun Sep 09, 2007 8:35 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125287

What's wrong?!

Hi, I have tested my code with test cases provided above, and all of them answered correctly, Can anyone please tell me what's wrong with my code?

Removed After AC.

I know I have coded this so messy, sorry, but I have some problems with function calls, because Im new in C++ and confused with ...

Go to advanced search