Search found 1 match

by eduardoufv
Sat Jun 19, 2010 2:31 am
Forum: Volume 101 (10100-10199)
Topic: 10154 - Weights and Measures
Replies: 60
Views: 48697

Re: 10154 - Weights and Measures

My code is

#include<iostream>
#include<cmath>
#include<cstdlib>
#include<iomanip>
#include<string>
#include<map>
#include<list>
#include<queue>
#include<stack>
using namespace std;

class tartaruga {
public :

int weight;
int strength;
int real;
int cont;
int ant;


bool operator<(const ...

Go to advanced search