I am solving FAST MULTIPLICATION on SPOJ. My solution looks like this:
#include using namespace std; int max(int a,int b) { if(a>b