I get a AC program from my friend and one set of test data
from this forum.
But some thing odd happens.
INPUT:
1
6
1 1 2 2
0 0 1 1
2 2 3 3
3 3 4 4
5 5 6 6
0 0 10 10
1 2
1 3
1 4
1 5
1 6
2 3
2 4
2 5
2 6
3 4
3 5
3 6
4 5
4 6
5 6
0 0
OUTPUT of the AC program
1 2 ...
Search found 4 matches
- Mon Oct 08, 2007 8:48 pm
- Forum: Bugs and suggestions
- Topic: weired thing of 273 ---- JackStraw
- Replies: 2
- Views: 2411
- Mon Oct 08, 2007 11:49 am
- Forum: Volume 2 (200-299)
- Topic: 273 - Jack Straws
- Replies: 19
- Views: 4993
- Mon Oct 08, 2007 4:57 am
- Forum: Volume 2 (200-299)
- Topic: 273 - Jack Straws
- Replies: 19
- Views: 4993
- Sat Oct 06, 2007 7:16 pm
- Forum: Volume 2 (200-299)
- Topic: 273 - Jack Straws
- Replies: 19
- Views: 4993
Could anyone check my code for me? for 273!!
I tested it with the inputs that I can find and all passed!
so what't wrong with it...Plz help! thx!
#include <stdio.h>
#include <stdlib.h>
struct rod
{
int x1;
int y1;
int x2;
int y2;
};
struct rod t[13];
int map[13][13];
int main(void)
{
int dataset = 0;/* how many testing datasets ...
so what't wrong with it...Plz help! thx!
#include <stdio.h>
#include <stdlib.h>
struct rod
{
int x1;
int y1;
int x2;
int y2;
};
struct rod t[13];
int map[13][13];
int main(void)
{
int dataset = 0;/* how many testing datasets ...