#include int main(void) { char str_num[100]; fscanf(stderr, "%s", str_num); printf("%s\n", str_num); return 0; }