Search found 1 match

by skysdakop
Wed May 14, 2008 7:30 pm
Forum: Volume 3 (300-399)
Topic: 341 - Non-Stop Travel
Replies: 39
Views: 30239

Re: 341 - WA

Can anyone help me with this problem? I am using Diskstra and got WA every time..

My code:


#include <iostream>
#include <list>
#include <stdio.h>

using namespace std;

int main(int argc, char **argv)
{
int cases = 1, nvert;

inicio:
cin >> nvert;
if(nvert == 0)
return 0;


int vet[11 ...

Go to advanced search