#include <iostream> using namespace std; int main() { int t; cin>>t; if(t<=2) cout<<5; else cout<<20; }