Cod sursa(job #2232112)
Utilizator | Data | 17 august 2018 13:25:06 | |
---|---|---|---|
Problema | Algoritmul Bellman-Ford | Scor | 10 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.21 kb |
#include <iostream>
#include <fstream>
using namespace std;
ifstream f ("bellmanford.in");
ofstream g ("bellmanford.out");
int main()
{
/// sunt putin curios :)
g<<"Ciclu negativ!";
return 0;
}