#include<stdio.h>int main(){ int a=10; int b=20; int Max(intx,inty) { return x>y?;x;y } return 0; system("pause");}