fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int32_t main()
  4. {
  5. cin.tie(0);cout.tie(0);ios::sync_with_stdio(false);
  6. int n;
  7. cin>>n;
  8. cout<<(n+4)/5;
  9. return 0;
  10. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
6554