Cod sursa(job #931939)
Utilizator | Data | 28 martie 2013 16:44:33 | |
---|---|---|---|
Problema | Algoritmul Bellman-Ford | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.14 kb |
#include <cstdio>
int main()
{
freopen("bellmanford.in", "r", stdin);
freopen("bellmanford.out", "w", stdout);
return 0;
}