Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma hdrstop
- #include<iostream>
- using namespace std;
- int main()
- {
- int a,b,c;
- cout<<"vvedite a,b,c" ;
- cin>>a>>b>>c ;
- int min;
- if (a<b)
- {
- a=min;
- }
- else
- {
- b=min;
- }
- if (c<min)
- {
- c=min;
- };
- cin.get();
- cin.get();
- return 0 ;
- }
Advertisement
Add Comment
Please, Sign In to add comment