I downloaded the sublime text, and set it to program in c, but scanf does not work, it shows the value of the variable, I can not type.
#include <stdio.h>
void main()
{
int x; scanf("%d", &x);
printf("%d", x);
}
I can not type.
2147323904[Finished in 1.1s with exit code 10]