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