#include <iostream>using namespace std; int main() { int k; cin >> k; cout << (k-1)*5; return 0;}
3
10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!