#include<iostream> using namespace std; int main(){ int n,i,sum=0; cin>>n; while(n<=5){ sum+=i; i--; } cout<<sum; return 0; }