#define _RESEARCH_SOURCE #include max(int a, int b) { return (a>b? a: b); }