Search found 35 matches

by adelar
Tue Aug 19, 2008 9:31 pm
Forum: Volume 114 (11400-11499)
Topic: 11403 - Binary Multiplication
Replies: 25
Views: 12635

Re: 11403 - Binary Multiplication

Hi Ron,
the AC output is:

Code: Select all

S0
11
--
S0
0
--
S0

11
S0
--
00
--
S0

SSS11
SS111
SS---
SSS11
SS11
S11
-----
10101
S = space (" ")
by adelar
Tue Aug 19, 2008 12:51 am
Forum: Volume 114 (11400-11499)
Topic: 11403 - Binary Multiplication
Replies: 25
Views: 12635

Re: 11403 - Binary Multiplication

Hi Ron,
try this input:

Code: Select all

0 11
11 0
0 0
output:

Code: Select all

 0
11
--
 0
0
--
 0

11
 0
--
00
--
 0

by adelar
Thu Dec 13, 2007 1:02 am
Forum: Volume 105 (10500-10599)
Topic: 10501 - Simplified Shisen-Sho
Replies: 12
Views: 10402

Hi,
this problem accept multiple output?

thanks,
by adelar
Tue Dec 11, 2007 12:37 am
Forum: Volume 2 (200-299)
Topic: 270 - Lining Up
Replies: 48
Views: 22935

perhaps

Hi 898989,
try this.
use the output:

Code: Select all

A\n\n
A\n\n
A\n
and don't:

Code: Select all

A\n\n
A\n\n
A\n\n    <---- \n  :o 
perhaps work. :) [/quote]
by adelar
Mon Dec 10, 2007 7:15 pm
Forum: Bugs and suggestions
Topic: PE verdicts missing?
Replies: 6
Views: 4010

pe and don't wa

The code take PE in problem 10414 :-?
#include <iostream>
using namespace std;
int
main(){
cout << "something" << endl;
}
this is strange. Why this happens?
by adelar
Mon Dec 10, 2007 3:06 pm
Forum: Volume 100 (10000-10099)
Topic: 10032 - Tug of War
Replies: 91
Views: 42240

Why CE...

Hi shakil,
is missing:

Code: Select all

#include <stdlib.h>
[]'s
by adelar
Thu Dec 06, 2007 3:59 pm
Forum: Volume 100 (10000-10099)
Topic: 10054 - The Necklace
Replies: 62
Views: 39575

TLE

Thanks Jan,
only to confer...
again was AC in 5.??? seconds, and now show TLE. :-?
this algorithm is correct?

Code: Select all

  if(even(graph) || !conected(graph))
     "some beads may be lost"
  else
      print euler path;

thanks in advance...
by adelar
Wed Dec 05, 2007 6:01 pm
Forum: Volume 9 (900-999)
Topic: 932 - Checking the N-Queens Problem
Replies: 18
Views: 10967

932 - Checking the N-Queens Problem

Hi friends,
someone have inputs and outputs AC to this problem?

thanks in advance.
by adelar
Tue Nov 27, 2007 10:24 pm
Forum: Volume 103 (10300-10399)
Topic: 10317 - Equating Equations
Replies: 13
Views: 8863

Re: Thanking words!

Hi friends,
uzioriluzan wrote: As shahriar_manzoor intended, if there is an odd number of odd numbers, there will be no solution.
The other cases, a combination of all possibilities will do, as .. said.
this work in this problem?

thanks in advance
by adelar
Thu Nov 22, 2007 3:39 pm
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 13376

AC

Thaks, :D
I take AC.
the output is:

Code: Select all

Today is: 31 12
 31 12 *TODAY* New Year Eve
  1  1 ******* New Year Again
  1  1 ******  New Year
  2  1 ***     Nothing
thanks in advance
by adelar
Thu Nov 22, 2007 2:24 pm
Forum: Volume 1 (100-199)
Topic: 158 - Calendar
Replies: 44
Views: 13376

output?

Hi friends, someone have AC output to this input? 1999 A 23 12 5 Partner's birthday A 25 12 7 Christmas A 20 12 1 Unspecified Anniversary A 25 12 7 Christmas So Important A 26 12 6 Boxing Day A 26 12 6 Christmas Eve + 2 A 1 1 6 New Year A 31 12 6 New Year Eve A 1 1 7 New Year Again A 2 1 4 Nothing A...
by adelar
Sat Aug 04, 2007 7:05 pm
Forum: Volume 112 (11200-11299)
Topic: 11246 - K-Multiple Free set
Replies: 16
Views: 7206

AC

Hello,
thanks saman_saadi and sclo :D
I got AC
by adelar
Fri Aug 03, 2007 9:51 pm
Forum: Volume 112 (11200-11299)
Topic: 11246 - K-Multiple Free set
Replies: 16
Views: 7206

+/-wa

Hi saman_saadi,
thank you by the hint :D
here is my code. it's use emotional blind recurrence:

Code: Select all

AC
input:

Code: Select all

3
10 2
100 2
1000 2
output:

Code: Select all

6
62
625
you can to see my error?
thanks.
by adelar
Thu Aug 02, 2007 8:45 pm
Forum: Volume 112 (11200-11299)
Topic: 11246 - K-Multiple Free set
Replies: 16
Views: 7206

...

Hi,
thank you.
I have a algorithm that solve this problem, but with segmentation fault. I'm implementing with BigInt. There is other way?
thank you.
by adelar
Wed Aug 01, 2007 10:07 pm
Forum: Volume 112 (11200-11299)
Topic: 11246 - K-Multiple Free set
Replies: 16
Views: 7206

wa

hi,
always have solution for all inputs?
thanks in advance.

Go to advanced search