Cod sursa(job #3260009)
| Utilizator | Data | 28 noiembrie 2024 20:23:26 | |
|---|---|---|---|
| Problema | Floyd-Warshall/Roy-Floyd | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva educationala | Marime | 0.34 kb |
//
//#pragma GCC optimize ("Ofast")
//#pragma GCC optimize ("fast-math")
//#pragma GCC optimize ("unroll-loops")
#include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
using namespace std;
ifstream fin("");
ofstream fout("");
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}