#include <stdio.h> int main() { char buff[25]; stderr = stdin; fscanf(stderr, "%s", buff); printf("%s\n", buff); }
Whatever user types
Previous Question Next Question
Your comments will be displayed only after manual approval.