#include <stdio.h>

int main() {
    int num;
    scanf("%d",&num);
    num=(num%100)/10;
    printf("%d",num);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: