Search found 4 matches

by mashaheer
Sat Aug 06, 2011 3:52 pm
Forum: Volume 5 (500-599)
Topic: 548 - Tree
Replies: 23
Views: 14065

Re: 548 getting TLE

hi all.
i am getting RE and i dont know why.i have made many change in my code but nothing changed...

#include <iostream>
#include <vector>
#include <cstring>
#include <cstdlib>
#include <cstdio>
#include <climits>
using namespace std;
int inord[10005];
int level [20010]={0};
char in[1000000 ...
by mashaheer
Tue Nov 23, 2010 4:22 pm
Forum: Volume 4 (400-499)
Topic: 488 - Triangle Wave
Replies: 270
Views: 64839

Re: WA 488

finally i got AC! :D
The input begins with a single positive integer on a line by itself indicating the number of the cases following, each of them as described below. This line is followed by a blank line, and there is also a blank line between two consecutive inputs.
i didnt do bold part: but i ...
by mashaheer
Sun Nov 21, 2010 10:18 pm
Forum: Volume 100 (10000-10099)
Topic: 10055 - Hashmat the Brave Warrior
Replies: 166
Views: 77561

Re: 10055 - Hashmat the Brave Warrior

thanks dear mf!
by mashaheer
Sat Nov 20, 2010 2:37 pm
Forum: Volume 100 (10000-10099)
Topic: 10055 - Hashmat the Brave Warrior
Replies: 166
Views: 77561

Re: 10055 - Hashmat the Brave Warrior

hi all.
i got AC from both below codes.now my question is:
in all problem this 2 way of inputing and outputing are correct?or each one has special situation?
in this code:
get each input and print the output: ----------------------
first get all inputs and after eof print outputs:

Go to advanced search