Hello ..and what was the error????
tell me please because I have this problem too.
Search found 23 matches
- Fri May 27, 2005 5:32 pm
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 44653
- Thu Feb 10, 2005 7:51 pm
- Forum: Volume 3 (300-399)
- Topic: 392 - Polynomial Showdown
- Replies: 93
- Views: 31766
392
hello
i have with W.A.
my cod is
include <stdio.h>
include <iostream.h>
int arreglo[9];
void main(void)
{
while(scanf("%d %d %d %d %d %d %d %d %d",
&arreglo[0],&arreglo[1],&arreglo[2],&arreglo[3],
&arreglo[4],&arreglo[5],&arreglo[6],&arreglo[7],
&arreglo[8])==9)
{ int i=0;
while (arreglo ...
i have with W.A.
my cod is
include <stdio.h>
include <iostream.h>
int arreglo[9];
void main(void)
{
while(scanf("%d %d %d %d %d %d %d %d %d",
&arreglo[0],&arreglo[1],&arreglo[2],&arreglo[3],
&arreglo[4],&arreglo[5],&arreglo[6],&arreglo[7],
&arreglo[8])==9)
{ int i=0;
while (arreglo ...
- Thu Feb 10, 2005 7:47 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10310 - Dog and Gopher
- Replies: 47
- Views: 23091
- Thu Feb 10, 2005 7:39 pm
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 44653
507
the 507 my also returns to me crazy... code is
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,l,paradas,inicio,final,max,tmax,tam;
scanf("%d",&casos)==1;
memset(arreglo,0,sizeof(arreglo)); int nruta=1;
for(l=1;l ...
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,l,paradas,inicio,final,max,tmax,tam;
scanf("%d",&casos)==1;
memset(arreglo,0,sizeof(arreglo)); int nruta=1;
for(l=1;l ...
- Tue Feb 08, 2005 1:04 am
- Forum: Volume 101 (10100-10199)
- Topic: 10180 - Rope Crisis in Ropeland!
- Replies: 39
- Views: 27644
- Tue Feb 08, 2005 1:03 am
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 44653
507
my code is now ...but is wrong answer ... any I/O please
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,k,l,paradas,inicio,final,max,tmax,tam;
scanf("%d",&casos)==1;
memset(arreglo,0,sizeof(arreglo)); int nruta=1 ...
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,k,l,paradas,inicio,final,max,tmax,tam;
scanf("%d",&casos)==1;
memset(arreglo,0,sizeof(arreglo)); int nruta=1 ...
- Tue Feb 08, 2005 1:01 am
- Forum: Volume 103 (10300-10399)
- Topic: 10310 - Dog and Gopher
- Replies: 47
- Views: 23091
- Tue Feb 08, 2005 12:57 am
- Forum: Volume 101 (10100-10199)
- Topic: 10180 - Rope Crisis in Ropeland!
- Replies: 39
- Views: 27644
hello
help me ... any help ...this problem isn
- Sun Feb 06, 2005 1:16 am
- Forum: Volume 103 (10300-10399)
- Topic: 10310 - Dog and Gopher
- Replies: 47
- Views: 23091
10310
my code is but is wrong !!
#include <stdio.h>
#include <iostream.h>
#include <math.h>
void main (void){
double dg,dp,hx,hy,gx,gy,px,py,rhx,rhy;
int i,nhole;
while (scanf("%d %lf %lf %lf %lf",&nhole,&gx,&gy,&px,&py)==5){
int k=0;
for (i=1;i<=nhole;i++){
scanf("%lf %lf",&hx,&hy) ;
dg=sqrt( (hx ...
#include <stdio.h>
#include <iostream.h>
#include <math.h>
void main (void){
double dg,dp,hx,hy,gx,gy,px,py,rhx,rhy;
int i,nhole;
while (scanf("%d %lf %lf %lf %lf",&nhole,&gx,&gy,&px,&py)==5){
int k=0;
for (i=1;i<=nhole;i++){
scanf("%lf %lf",&hx,&hy) ;
dg=sqrt( (hx ...
- Sun Feb 06, 2005 12:36 am
- Forum: Volume 101 (10100-10199)
- Topic: 10180 - Rope Crisis in Ropeland!
- Replies: 39
- Views: 27644
10180
hello antonio my code is
#include <stdio.h>
#include <iostream.h>
#include <math.h>
void main (void){
int ntest,i;long double l1,l2,x1,x2,y1,y2,p,R,length;long double d10,d12,d20,h;
scanf("%d",&ntest);
for (i=1;i<=ntest;i++){
scanf("%lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&R);
d12=sqrt( (x1-x2 ...
#include <stdio.h>
#include <iostream.h>
#include <math.h>
void main (void){
int ntest,i;long double l1,l2,x1,x2,y1,y2,p,R,length;long double d10,d12,d20,h;
scanf("%d",&ntest);
for (i=1;i<=ntest;i++){
scanf("%lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&R);
d12=sqrt( (x1-x2 ...
- Thu Feb 03, 2005 8:47 pm
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 44653
507
hello
any have I/O ...my code is
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,l,paradas,final,max;
while(scanf("%d",&casos)==1)
{memset(arreglo,0,sizeof(arreglo)); int nruta=1;
for(l=1;l<=casos;l++){
scanf("%d ...
any have I/O ...my code is
#include <stdio.h>
#include <iostream.h>
#include <string.h>
int arreglo[20005];
void main (void)
{int digito,suma,casos,i,l,paradas,final,max;
while(scanf("%d",&casos)==1)
{memset(arreglo,0,sizeof(arreglo)); int nruta=1;
for(l=1;l<=casos;l++){
scanf("%d ...
- Mon Jan 24, 2005 8:41 pm
- Forum: Volume 1 (100-199)
- Topic: 136 - Ugly Numbers
- Replies: 156
- Views: 41982
- Fri Jan 21, 2005 3:46 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51858
- Fri Jan 21, 2005 3:14 am
- Forum: Volume 100 (10000-10099)
- Topic: 10071 - Back to High School Physics
- Replies: 49
- Views: 15280
- Fri Jan 21, 2005 3:10 am
- Forum: Volume 100 (10000-10099)
- Topic: 10071 - Back to High School Physics
- Replies: 49
- Views: 15280
I/O
and what I/O for is problem???