Search found 1 match

by lfmunoz
Sat Jan 08, 2011 1:46 am
Forum: Volume 107 (10700-10799)
Topic: 10763 - Foreign Exchange
Replies: 45
Views: 24768

Re: 10763 - Foreign Exchange

Can someone tell what is wrong with my code or tell me under which input will it fail?


/* 10763 - Foreign Exchange */

#include <stdio.h>
#include <stdlib.h>

int compare (const void * a, const void * b)
{
return ( *( unsigned long*)a - *( unsigned long*)b );
}



void get2num(unsigned long *n1 ...

Go to advanced search