Search found 2 matches

by ilms
Sun Dec 17, 2006 4:17 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110822

Re: q101 where is my wrong

I have know where is my wrong
this is my new code

#include <iostream>
#include <string>
#include <cstdlib>
using namespace std;
class bb{
private:
int box[25][25];
int box_in[25];
public:
int use_box;
void re_set();
void re_put(int index);
void put(int fb,int tb);
void put_all(int fb,int ...
by ilms
Fri Dec 15, 2006 6:24 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110822

q101 where is my wrong

this is my code

#include <iostream>
#include <string>
#include <cstdlib>
using namespace std;
class bb{
private:
int box[25][25];
int box_in[25];
public:
int use_box;
void re_set();
void re_put(int index);
void put(int fb,int tb);
void put_all(int fb,int tb);
void show();
};
bb sbox;
int ...

Go to advanced search