Search found 1 match

by Yousef_Hanafi
Sat Apr 18, 2015 7:00 am
Forum: Volume 3 (300-399)
Topic: 301 - Transportation
Replies: 13
Views: 7856

Re: 301 - Transportation

Hi, I'm trying to solve this problem, but got WA..
I tried hundreds of cases and all were correct ..
and this is my code
can anyone help or give me some tricky cases ?
thanks in advance


#include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
int n , b ,o, Max = 0;
struct ...

Go to advanced search