#include #include using namespace std; int main() { int n; cin >> n; if (n<=5) {cout <<n5; } else {cout <<n5+; } return 0; }