Тооны их багыг хялбар аргаар олох

#include<stdio.h>
#include<stdlib.h>
#include<algorithm>
using namespace std;
main()
{
int a,b,c,d;
scanf("%d%d%d%d",&a,&b,&c,&d);
printf("%d",max(a,max(b,max(c,b))));
system("pause");
}

Comments