1#include<iostream>2#include<cmath>3using namespace std;4int main() {5 int x;6 cin>>x;7 cout<<ceil(x/5.0);8}