Cod sursa(job #1167433)
| Utilizator | Data | 4 aprilie 2014 23:37:45 | |
|---|---|---|---|
| Problema | Arbore partial de cost minim | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva educationala | Marime | 0.13 kb |
#include <cstdio>
FILE *f,*g;
int main() {
f=fopen("bursa.in","r");
g=fopen("bursa.out","w");
fscanf(f,"%d%d")
}