Search found 5 matches

by hasan_mist
Thu Apr 24, 2014 7:14 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108986

Re: Problem 101 Java Wrong Answer

Post your code.
when i am printing "\n" after the last line...i am getting Presentation Error. But if i give a condition then it is Wrong answer!!!
#include <iostream>
#include <vector>
#include <string>
using namespace std;
#include <stdio.h>

vector<int> block[25];
int track[25];

void ...
by hasan_mist
Thu Apr 24, 2014 7:13 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108986

Re: Problem 101 Java Wrong Answer

Post your code.
when i am printing "\n" after the last line...i am getting Presentation Error. But if i give a condition then it is Wrong answer!!!
#include <iostream>
#include <vector>
#include <string>
using namespace std;
#include <stdio.h>

vector<int> block[25];
int track[25];

void ...
by hasan_mist
Thu Apr 24, 2014 7:12 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108986

Re: Problem 101 Java Wrong Answer

Post your code.
when i am printing "\n" after the last line...i am getting Presentation Error. But if i give a condition then it is Wrong answer!!!
#include <iostream>
#include <vector>
#include <string>
using namespace std;
#include <stdio.h>

vector<int> block[25];
int track[25];

void ...
by hasan_mist
Wed Apr 23, 2014 8:40 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108986

Re: Problem 101 Java Wrong Answer

brianfry713 wrote:Try the I/O I posted at http://online-judge.uva.es/board/viewtopic.php?t=71285
My Code passes all the test cases....but still WA...
by hasan_mist
Wed Apr 23, 2014 8:33 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108986

Re: Problem 101 Java Wrong Answer

Hello brianfry,
My Code passes your test case.but still WA

Go to advanced search