Search found 3 matches

by Homeway
Wed Jun 01, 2005 10:07 am
Forum: Volume 101 (10100-10199)
Topic: 10141 - Request for Proposal
Replies: 44
Views: 24346

Ohh, I have found my fault .....
I am stupid ....
by Homeway
Wed Jun 01, 2005 9:29 am
Forum: Volume 101 (10100-10199)
Topic: 10141 - Request for Proposal
Replies: 44
Views: 24346

I have the same problem about TLE.
I don't know where the mistake is .....
Can anyone help me?


#include <iostream>
#include <vector>
#include <string>
#include <algorithm>

using namespace std;

class Req{
public:
string company;
double money;
int item;
};

inline bool my_sort(const Req& a ...
by Homeway
Sun May 01, 2005 6:29 pm
Forum: Volume 7 (700-799)
Topic: 713 - Adding Reversed Numbers
Replies: 142
Views: 61151

>____<

I got W.A. too.

I have tested the all data in this topic , but I still get W.A.
Can anyone help me about the problem ?


#include <stdio.h>
#include <string.h>

class BigNum {
private:
enum { DigitSize = 1024 };
char number[DigitSize];
int size;
public:
BigNum () {
Clean ...

Go to advanced search