Cod sursa(job #565838)
Utilizator | Data | 28 martie 2011 12:37:17 | |
---|---|---|---|
Problema | Algoritmul Bellman-Ford | Scor | 10 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.14 kb |
#include <cstdio>
using namespace std;
int main ()
{
freopen ("bellmanford.out","w",stdout);
printf("Ciclu negativ!\n");
return 0;}