Cod sursa(job #3237328)
| Utilizator | Data | 8 iulie 2024 12:32:03 | |
|---|---|---|---|
| Problema | Floyd-Warshall/Roy-Floyd | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva educationala | Marime | 0.11 kb |
#include<fstream>
using namespace std;
ifstream F("1.in");
ofstream G("1.out");
int main()
{
return 0;
}
