#include using namespace std; int main() { int a,b,c,obw; cout<<"podaj bok a "; cin>>a; cout<<"podaj bok b "; cin>>b; cout<<"podaj bok c "; cin>>c; if(a>0&&b>0&&c>0) { obw=a+b+c; cout<<"obwod wynosi "<