Search found 3 matches

by kisow
Wed Sep 22, 2004 6:51 pm
Forum: Volume 107 (10700-10799)
Topic: 10705 - The Fun Number System
Replies: 14
Views: 5533

.

hi hiloshi

one test data is not correct.

64
ppppnnnpnppnpnnnppppppppppnnnpnpppppnnnpnppnpnnnppppppppppnnnpnp
-1351135325723452455
4


1111010101000001110011011111010010001111110010111001110000101001


The weight of most significant negabit (1ULL << 59)
is 576460752303423488. So, it's ...
by kisow
Tue Jul 15, 2003 3:18 am
Forum: Volume 1 (100-199)
Topic: 112 - Tree Summing
Replies: 137
Views: 32389

112 - help me. plz

why.. WA...?

give me some test case or hint...plz.

I'm very tired....help me

[cpp]
#include <cctype>
#include <iostream>
using namespace std;

#define STACK_MAX 10000

main()
{
char cByte;
bool bResult;
int i, iTmp;
int iLeaf, iStack, iValue;
int iaStack[STACK_MAX];

cin ...
by kisow
Fri Jul 11, 2003 9:03 am
Forum: Volume 1 (100-199)
Topic: 112 - Tree Summing
Replies: 137
Views: 32389

help me...I've got WA, too.....give me some test case.

I've a trouble with it.

I can't find bug in my code.
It works well for any test case that I thought.

help me, please...
[cpp]
#include <cctype>
#include <iostream>
using namespace std;

#define STACK_MAX 10000

main()
{
char cByte;
bool bResult;
int i, iTmp;
int iLeaf, iStack, iValue;
int ...

Go to advanced search