#include<bits/stdc++.h>using namespace std;int main(){ // ; double a=round(13.0/5); cout<<a<<endl; return 0;}