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