Cod sursa(job #3211427)
Utilizator | Data | 9 martie 2024 12:09:26 | |
---|---|---|---|
Problema | Algoritmul Bellman-Ford | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva educationala | Marime | 0.19 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream in("suma.in");
ofstream out("suma.out");
#define cin in
#define cout out
int main()
{
int a,b,c,d;
return 0;
}