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