So the
Big Number is well enough.
but the solution is worng
but it gives Compiler Error.
help
Search found 3 matches
- Mon Apr 04, 2005 10:01 am
- Forum: Volume 107 (10700-10799)
- Topic: 10722 - Super Lucky Numbers
- Replies: 25
- Views: 14650
- Thu Mar 31, 2005 9:06 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10722 - Super Lucky Numbers
- Replies: 25
- Views: 14650
10722 problem
hello boss
i have some problems in 10722
plz help me
the BigNum code need more time. Do u have any berrer solutions:
i send the code:
#include<iostream>
#include<string>
#include<stdlib.h>
#define BASE 10
#define MAX_DIGIT 231
class BigNum
{
public:
int digit[MAX_DIGIT];
void operator ...
i have some problems in 10722
plz help me
the BigNum code need more time. Do u have any berrer solutions:
i send the code:
#include<iostream>
#include<string>
#include<stdlib.h>
#define BASE 10
#define MAX_DIGIT 231
class BigNum
{
public:
int digit[MAX_DIGIT];
void operator ...
- Thu Mar 31, 2005 8:54 pm
- Forum: Java
- Topic: link of web
- Replies: 0
- Views: 2232