#include #define SWAP(type,a,b) do{type t = a; a = b; b = t;}while(0) int main(void) { int a=5, b=7; if(a