Search found 2 matches

by Davi2006
Tue May 30, 2006 10:05 am
Forum: Volume 2 (200-299)
Topic: 298 - Race Tracks
Replies: 11
Views: 3264

298

This is my code. This code pass all test that I have found in this forum but it always have a WA, can somebody help me?

#include <iostream>
using namespace std;

int terreno[30][30][7][7];
int MaxX,MaxY,PosFX,PosFY;
int aceleracion[3]={-1,0,1};

int mejor_camino(int PosIX,int PosIY,int vX,int vY ...
by Davi2006
Fri May 05, 2006 12:38 pm
Forum: Volume 2 (200-299)
Topic: 298 - Race Tracks
Replies: 11
Views: 3264

Wrong Answer

This is my code. This code pass all this test but it always have a WA, can somebody help me?

#include <iostream>
using namespace std;

int terreno[30][30][7][7];
int MaxX,MaxY,PosFX,PosFY;
int aceleracion[3]={-1,0,1};

int mejor_camino(int PosIX,int PosIY,int vX,int vY){
int i,j,auxR;
int ...

Go to advanced search