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 no...
asked by
05.12.2015 / 22:36