题面Run a simple example on p40 of 21C_Chapter1.ppt.输入格式Two integers a,ba, ba,b (0≤a,b≤100)(0 \leq a,b \leq 100)(0≤a,b≤100).输出格式Output max(a,b)\max(a,b)max(a,b).样例输入46 19 输出Enter a and b: Max=46