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 ...
Search found 4 matches
- Sat Aug 06, 2011 3:52 pm
- Forum: Volume 5 (500-599)
- Topic: 548 - Tree
- Replies: 23
- Views: 14065
- 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 ...
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 ...
- 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!
- 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:
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:
Code: Select all
first get all inputs and after eof print outputs:
Code: Select all