#include int main() { int s; printf("Enter a number: "); scanf("%d", &s); printf("%d\n", s); return 0; }