fork download
#include <stdio.h>

int main(void) {
int x,y;

scanf("%d %d",&x,&y);


	return 0;
}
Success #stdin #stdout 0s 9432KB
stdin
4 
5
stdout
Standard output is empty