#include <stdio.h> int main(){ int n,x; scanf("%d",&n); scanf("%d",&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!