Search found 1 match

by eliascfc
Sat Jul 25, 2009 2:48 pm
Forum: Volume 5 (500-599)
Topic: 562 - Dividing coins
Replies: 73
Views: 44700

Re: 562 - Dividing Coins

i am always getting WA for this but i have try every test case here with correct output but i still get WA

can anyone help me telling me what is my problem



#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <cstdlib>
#include <cmath>
#include <algorithm>

using ...

Go to advanced search