fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int a,b,c,zbir;
  5. cin>>a,b,c,zbir;
  6. if (a+b+c);
  7. cout<<"brojot e pozitiven";
  8. cout<<"brojot e negativen";
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
brojot e pozitivenbrojot e negativen