HI WR!! I OBTAINED AN ACCEPT!!!jejeje
I change the loop, and I check each number and use long, and now my program is ACCEPT!!!
thanks very much for all!!!
Search found 13 matches
- Thu Mar 24, 2005 12:20 am
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Wed Mar 23, 2005 12:19 am
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Tue Mar 22, 2005 1:30 am
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Tue Mar 22, 2005 12:30 am
- Forum: Volume 100 (10000-10099)
- Topic: 10010 - Where's Waldorf?
- Replies: 42
- Views: 26322
- Mon Mar 21, 2005 11:45 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10544 - Numbering the Paths
- Replies: 14
- Views: 6389
10544- numbering the paths(I need some input)
I always got WA for this problem and I don't know where my mistake.
I prove for a this input...
5
26 325
AB
AC
AD
AE
AF
AG
AH
AI
AJ
AK
AL
AM
AN
AO
AP
AQ
AR
AS
AT
AU
AV
AW
AX
AY
AZ
BC
BD
BE
BF
BG
BH
BI
BJ
BK
BL
BM
BN
BO
BP
BQ
BR
BS
BT
BU
BV
BW
BX
BY
BZ
CD
CE
CF
CG
CH
CI
CJ
CK
CL
CM
CN
CO
CP
CQ
CR ...
I prove for a this input...
5
26 325
AB
AC
AD
AE
AF
AG
AH
AI
AJ
AK
AL
AM
AN
AO
AP
AQ
AR
AS
AT
AU
AV
AW
AX
AY
AZ
BC
BD
BE
BF
BG
BH
BI
BJ
BK
BL
BM
BN
BO
BP
BQ
BR
BS
BT
BU
BV
BW
BX
BY
BZ
CD
CE
CF
CG
CH
CI
CJ
CK
CL
CM
CN
CO
CP
CQ
CR ...
- Sun Mar 20, 2005 2:17 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10010 - Where's Waldorf?
- Replies: 42
- Views: 26322
- Sat Mar 19, 2005 2:13 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Wed Mar 16, 2005 7:21 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Tue Mar 15, 2005 8:59 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
in this post you have an input and output 
http://online-judge.uva.es/board/viewtopic.php?t=7694
i have WA too, but the input is correct.

http://online-judge.uva.es/board/viewtopic.php?t=7694
i have WA too, but the input is correct.
- Tue Mar 15, 2005 8:54 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Fri Mar 11, 2005 8:26 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Wed Mar 09, 2005 1:45 am
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
- Wed Mar 09, 2005 1:25 am
- Forum: Volume 100 (10000-10099)
- Topic: 10042 - Smith Numbers
- Replies: 75
- Views: 33612
10042, smith number and WA
I always got WA for this problem and I don't know where my mistake.
where is the problem?????in my home goes well :cry:
using namespace std;
#include <iostream>
#include <list>
#include <cmath>
list<int> prim;
list<int> ::iterator itp=prim.begin();
inline void suma(unsigned int& s,int n ...
where is the problem?????in my home goes well :cry:
using namespace std;
#include <iostream>
#include <list>
#include <cmath>
list<int> prim;
list<int> ::iterator itp=prim.begin();
inline void suma(unsigned int& s,int n ...