
Search found 42 matches
- Tue Mar 18, 2008 2:05 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11401 - Triangle Counting
- Replies: 19
- Views: 11125
- Sun Mar 09, 2008 8:21 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11140 - Little Ali's Little Brother!
- Replies: 28
- Views: 14622
What would be the output for this kind of test case?
Code: Select all
3 3 1
**.
*.*
.**
5 5
**...
*....
.....
....*
...**
- Sun Feb 17, 2008 9:29 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11401 - Triangle Counting
- Replies: 19
- Views: 11125
- Sun Feb 17, 2008 2:29 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11401 - Triangle Counting
- Replies: 19
- Views: 11125
Can anyone confirm the result for the following set:
I Get:
Thanks
Code: Select all
9
10
11
12
50
100
1000
10000
100000
Code: Select all
34
50
70
95
9500
79625
82958750
83295837500
51903307670168
- Fri Mar 09, 2007 9:07 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10096 - The Richest Man of the Universe
- Replies: 42
- Views: 17349
- Thu Mar 08, 2007 8:25 am
- Forum: Volume 111 (11100-11199)
- Topic: 11191 - Square
- Replies: 23
- Views: 13966
Hi all, Can someone please tell me what wrong i am doing here. I tested with my own generated test data and compared with the output of Brute force algo. But getiing WA all the time..
Thanx sohel. I should have noticed it... 
Code: Select all
Code removed...

- Mon Mar 05, 2007 11:26 am
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 81082
- Thu Mar 01, 2007 12:49 am
- Forum: Volume 3 (300-399)
- Topic: 342 - HTML Syntax Checking
- Replies: 31
- Views: 13379
- Wed Feb 28, 2007 7:22 pm
- Forum: Volume 3 (300-399)
- Topic: 342 - HTML Syntax Checking
- Replies: 31
- Views: 13379
Can anyone please give the output for the following test cases: 8 <A> 1st line <B> 2nd line <C> 3rd line </C> 4th line </B> 5th line <D> 6th line 7th line 8th line 1 <A>kk< 1 <A>kk</ 0 My Output Test Case 1 line 6: expected </D> Test Case 2 line 1: bad character in tag name. Test Case 3 line 1: bad ...
- Tue Feb 27, 2007 12:01 am
- Forum: Volume 5 (500-599)
- Topic: 551 - Nesting a Bunch of Brackets
- Replies: 56
- Views: 13509
- Mon Feb 26, 2007 3:47 pm
- Forum: Volume 5 (500-599)
- Topic: 551 - Nesting a Bunch of Brackets
- Replies: 56
- Views: 13509
- Mon Feb 26, 2007 1:21 am
- Forum: Volume 3 (300-399)
- Topic: 324 - Factorial Frequencies
- Replies: 23
- Views: 4832
- Sun Feb 25, 2007 11:28 pm
- Forum: Volume 3 (300-399)
- Topic: 343 - What Base Is This?
- Replies: 72
- Views: 23139
- Sun Feb 25, 2007 11:12 pm
- Forum: Volume 5 (500-599)
- Topic: 551 - Nesting a Bunch of Brackets
- Replies: 56
- Views: 13509
Please someone give me the output of the test cases below
Can anyone AC'er give me the output for the following test cases:
Thanks in advance.
Code: Select all
()(***)(**)
()(***)(*)
({{}{}}[{(){}[]}
([))
()(**)
()*
aaaaaaa
aaa(aaaa
*******
a*a*a*a
()a
a()
()*()
(*a{+}*)
**)
*(*
(*a++(*)
Thanks in advance.
- Fri May 12, 2006 8:04 pm
- Forum: Volume 2 (200-299)
- Topic: 218 - Moth Eradication
- Replies: 60
- Views: 12237
Try this input:
My Accepted code give this output:
hope it helps
Code: Select all
8
0 0
.5 0
1 0
1 .5
1 1
.5 1
0 1
0 .5
0
Code: Select all
Region #1:
(0.0,1.0) - (0.5,1.0) - (1.0,1.0) - (1.0,0.5) - (1.0,0.0) - (0.5,0.0) - (0.0,0.0) - (0.0,1.0)
Perimeter length = 4.00