Search found 4 matches

by zlshang
Fri Jan 04, 2013 7:02 pm
Forum: Volume 119 (11900-11999)
Topic: 11991 - Easy Problem from Rujia Liu?
Replies: 32
Views: 16338

Re: 11991 - Easy Problem from Rujia Liu?

I think I can find my fault with your I/O.. Thanks ! :D But may I ask you a question ? How can you foud these I/O which you provide for me ? :D :D I'm sorry! I am green hand in this website!
by zlshang
Thu Jan 03, 2013 9:50 am
Forum: Volume 119 (11900-11999)
Topic: 11991 - Easy Problem from Rujia Liu?
Replies: 32
Views: 16338

Re: 11991 - Easy Problem from Rujia Liu?

Hello everyone This problem I want to solve with binary search. But in the end ,I found I was fault .Every samples I can thought is OK in this code ,but I continuely got WA.I can't find any criticle input for which my codes fails....please provide me some criticle input...PLZZZZZZZ.... :D :D ...
by zlshang
Thu Jan 03, 2013 9:34 am
Forum: Volume 119 (11900-11999)
Topic: 11995 - I Can Guess the Data Structure!
Replies: 60
Views: 19051

Re: 11995 - I Can Guess the Data Structure!

brianfry713 wrote:Doesn't match the sample I/O. Is this code for problem #11995?
I so sorry! I forget that this problem #11995 I have solved. And this question is for the problem #11991. SORRY!! Thank you all the same :D
by zlshang
Wed Jan 02, 2013 9:08 pm
Forum: Volume 119 (11900-11999)
Topic: 11995 - I Can Guess the Data Structure!
Replies: 60
Views: 19051

Re: 11995 - I Can Guess the Data Structure!


hello guys!
I'v got wrong answer! :cry:
what's wrong with my codes(c++) PLZZZZ...


#include <cstdio>
#include <cmath>
#include <queue>
#include <stack>
#include <algorithm>
#include <string.h>
#include <iostream>
#include <cmath>
using namespace std;
int n,m,a[1000001],b[1000001],c[1000000],k ...

Go to advanced search