Search found 1 match

by behdad
Fri Nov 19, 2010 11:01 pm
Forum: Volume 4 (400-499)
Topic: 410 - Station Balance
Replies: 41
Views: 23097

I got WA

I test all the test cases I found here and all of them are right.
it's my code, it's make me happy if you can find any problem

#include<iostream>
#include<fstream>
#include<math.h>
#include<string>
#include<algorithm>
#include <iomanip>

using namespace std;

int main()
{
int n=0;
int m=0;
int ...

Go to advanced search