Помогите пожалуйста...

Приложения:

Ответы

Ответ дал: Delissent
0
#include <stdio.h>
#include<iostream>
#include<math.h>
using namespace std;
int main(){
int a, b, c;
cin>>a>>b>>c;
cout<<min(min(a,b),c);
return 0;
}
Вас заинтересует