#include <stdio.h>
int main(){
    int num;
    scanf("%d" , &num);
    // Read the input integer
    printf("%d" , num + 1);
    // Print the incremented value
    printf("%11s" , nt*num);
    // Print the original value (decremented back)
    return 0;
}