Cod sursa(job #1365145)

Utilizator theprdvtheprdv theprdv Data 28 februarie 2015 09:08:05
Problema Algoritmul lui Euclid Scor 0
Compilator cpp Status done
Runda Arhiva educationala Marime 0.24 kb
#include <vector>
#include <fstream>
#include <queue>

using namespace std;
fstream fin("bellmanford.in", ios::in);
fstream fout("bellmanford.out", ios::out);

int main()
{
	fout << "test";
	fin.close();
	fout.close();
	return 0;
}