fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int st1;
  6. int st2;
  7. int st3;
  8.  
  9. cin>>st1;
  10. cin>>st2;
  11. cin>>st3;
  12.  
  13. if((st1,st2)<st3) {
  14. cout<<st3;
  15. }else{
  16. cout<<0;
  17. }
  18. return 0;
  19. }
Success #stdin #stdout 0s 3300KB
stdin
5
7
6
stdout
Standard output is empty