i dont understand. what do you mean about "tabs" ?
Please explain me,i really dont understand,thanks.
Search found 31 matches
- Mon Mar 01, 2004 3:01 am
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8841
- Sat Dec 27, 2003 6:47 pm
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8841
- Sat Nov 15, 2003 5:37 pm
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8841
- Mon Nov 10, 2003 4:38 am
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8841
134 Loglan Logical Language
hello everyone,
i try to solve this prob but i continously got WA. Please anyone be kind to share some important sample input so i can repair my program mistakes.
Thank you.
i try to solve this prob but i continously got WA. Please anyone be kind to share some important sample input so i can repair my program mistakes.
Thank you.
- Mon Aug 25, 2003 6:29 pm
- Forum: Volume 1 (100-199)
- Topic: 117 - The Postal Worker Rings Once
- Replies: 58
- Views: 25076
- Mon Aug 25, 2003 6:23 pm
- Forum: Volume 1 (100-199)
- Topic: 116 - Unidirectional TSP
- Replies: 226
- Views: 65247
- Tue Jul 29, 2003 2:30 am
- Forum: Volume 1 (100-199)
- Topic: 104 - Arbitrage
- Replies: 223
- Views: 37241
here is some test case
20
0.38 0.88 0.33 0.85 0.76 0.62 0.15 0.69 0.42 0.96 0.19 0.62 0.54 0.90 0.95 0.08 0.99 0.78 0.42
0.51 0.86 0.43 0.20 0.21 0.27 0.24 0.21 0.20 0.37 0.11 0.74 0.50 0.44 0.52 0.71 0.62 0.49 1.03
0.51 0.06 0.83 0.68 0.60 0.48 0.37 0.11 0.15 0.68 0.47 0.54 0.63 0.80 0.49 0.23 0 ...
20
0.38 0.88 0.33 0.85 0.76 0.62 0.15 0.69 0.42 0.96 0.19 0.62 0.54 0.90 0.95 0.08 0.99 0.78 0.42
0.51 0.86 0.43 0.20 0.21 0.27 0.24 0.21 0.20 0.37 0.11 0.74 0.50 0.44 0.52 0.71 0.62 0.49 1.03
0.51 0.06 0.83 0.68 0.60 0.48 0.37 0.11 0.15 0.68 0.47 0.54 0.63 0.80 0.49 0.23 0 ...
- Tue Jun 17, 2003 4:02 pm
- Forum: Volume 4 (400-499)
- Topic: 494 - Kindergarten Counting Game
- Replies: 119
- Views: 37252
- Sat May 17, 2003 6:28 pm
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 16282
- Sat May 17, 2003 10:14 am
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 16282
114 - simulation wizardry
please help me. i dont know why i keep getting wa for this prob.
here is my code
[c]#include<stdio.h>
struct grid
{
int obstacle;
int value;
int cost;
};
struct ball
{
int px;
int py;
int d;
int life;
};
void resolve(int a,int *ax,int *ay)
{
switch(a)
{
case 0 : *ax=1; *ay=0; break ...
here is my code
[c]#include<stdio.h>
struct grid
{
int obstacle;
int value;
int cost;
};
struct ball
{
int px;
int py;
int d;
int life;
};
void resolve(int a,int *ax,int *ay)
{
switch(a)
{
case 0 : *ax=1; *ay=0; break ...
- Fri May 16, 2003 6:04 pm
- Forum: Volume 5 (500-599)
- Topic: 583 - Prime Factors
- Replies: 171
- Views: 61195
- Fri May 16, 2003 2:49 pm
- Forum: Volume 5 (500-599)
- Topic: 583 - Prime Factors
- Replies: 171
- Views: 61195
583 - prime factors
please help me. why did i get wa for this problem ?
here is my code.
[c]#include<stdio.h>
#include<math.h>
void generate(char flag[],long prima[])
{
long i,j,k;
for(i=0;i<50000;i++)
{
flag ='n';
prima =0;
}
prima[0]=2;
j=1;
for(i=3;i<50000;i+=2)
if(flag =='n')
{
prima[j]=i;
j++;
for(k ...
here is my code.
[c]#include<stdio.h>
#include<math.h>
void generate(char flag[],long prima[])
{
long i,j,k;
for(i=0;i<50000;i++)
{
flag ='n';
prima =0;
}
prima[0]=2;
j=1;
for(i=3;i<50000;i+=2)
if(flag =='n')
{
prima[j]=i;
j++;
for(k ...
- Fri May 16, 2003 2:04 pm
- Forum: Volume 4 (400-499)
- Topic: 495 - Fibonacci Freeze
- Replies: 222
- Views: 59973
- Wed May 14, 2003 3:01 am
- Forum: Volume 7 (700-799)
- Topic: 759 - The Return of the Roman Empire
- Replies: 15
- Views: 11235
- Mon May 12, 2003 6:47 pm
- Forum: Volume 4 (400-499)
- Topic: 485 - Pascal's Triangle of Death
- Replies: 50
- Views: 12869