Cod sursa(job #365137)
Utilizator | Data | 17 noiembrie 2009 22:31:47 | |
---|---|---|---|
Problema | Sate | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <fstream>
#include <iostream>
using namespace std;
struct nod{
int capat, cost;
nod *next;
};
nod * a[30001];
int n, x , y ;
void read(){
int m ;
ifstream fin("");
}
int main(){
read();
}