fork download
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.  
  7. int m,n;
  8. cout<<"Vnesi m: "<<m<<endl;
  9. cout<<"Vnesi n: "<<n<<endl;
  10. cin>>n;
  11.  
  12. if (m>n)
  13. cout<<"Nevaliden opseg!"<<endl;
  14.  
  15.  
  16.  
  17.  
  18. system ("PAUSE");
  19. return 0;
  20. }
Success #stdin #stdout #stderr 0.01s 5220KB
stdin
2 3
stdout
Vnesi m: 0
Vnesi n: 32765
stderr
sh: 1: PAUSE: not found