>>103
#include <stdio.h>

int x, y;

int main(void)
{
scanf("%d", &x);
scanf("%d", &y);

return 0;
}
暗黙にxに書き込む関数とscanfは
どっちが汎用性が高いか
どっちが見通しがいいか
考えてみな