#include <stdio.h> int main(void) { int i; char c; scanf("%d %c",&i,&c); printf("%d%c",i,c); return 0;}
5 r
5r
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!