fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4. signed main(){
  5. int x;
  6. cin>>x;
  7. cout<<(x+4)/5<<'\n';
  8.  
  9.  
  10. return 0;
  11. }
  12.  
  13.  
Success #stdin #stdout 0.01s 5440KB
stdin
Standard input is empty
stdout
6553