#include <stdio.h> int main(){ short int n,x; scanf("%hd",&n); scanf("%hd",&x); printf("%d %d", n, x); return 0;}
15 14
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!