#include <stdio.h> int main(void) {int x,m;scanf("%d",&x);m=(x%100)/10;printf("%d",m); return 0;}
180
8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!