#include int main(){ int x; fscanf(stdin, "%d", &x); scanf("%d", NULL); }