Cod sursa(job #1032527)

Utilizator danalex97Dan H Alexandru danalex97 Data 15 noiembrie 2013 19:37:03
Problema Dtcsu Scor 0
Compilator cpp Status done
Runda FMI No Stress 4 Marime 0.22 kb
#include <fstream>
#include <vector>
#include <queue>
#include <algorithm>
using namespace std;

ifstream F("peluzanord.in");
ofstream G("peluzanord.out");

typedef struct { int x,y,z; } ss;



int main()
{

}