fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7. int s,e,x;
  8. cin>>s>>e>>x;
  9.  
  10. if(1<=x<=24){
  11.  
  12. cout<<"O JOGO DUROU"<<x<<"HORA(S)"<<endl;
  13. }
  14.  
  15.  
  16. return 0;
  17. }
Success #stdin #stdout 0s 3416KB
stdin
Standard input is empty
stdout
O JOGO DUROU134515115HORA(S)