Cod sursa(job #240648)
Utilizator | Data | 8 ianuarie 2009 08:01:59 | |
---|---|---|---|
Problema | Sortare prin comparare | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.24 kb |
#include <stdio.h>
#include <algorithm>
using namespace std;
long n,i,v[500002];
char ch[5500000];
int main(){
freopen("algsort.in","r",stdin);
freopen("algsort.out","w",stdout);
scanf("%ld\n",&n);
gets(ch);
return 0;
}