Cod sursa(job #1676339)

Utilizator GinguIonutGinguIonut GinguIonut Data 5 aprilie 2016 20:41:56
Problema Parantezare optima de matrici Scor 0
Compilator cpp Status done
Runda Arhiva educationala Marime 0.31 kb
#include <fstream>
#include <cmath>
#include <iomanip>

#define nMax 100003
#define pii pair<double, double>
#define mkp make_pair
#define x first
#define y second
using namespace std;
ifstream fin("royfloyd.in");
ofstream fout("royfloyd.out");

int main()
{
    read();
    solve();
    return 0;
}