mDon't use gets() in task paldrm!!!
cIn fact you should never use gets(), it's a dangerous function.
mWhy is it dangerous function??
AI think that it is dangerous because it doesn't limit how many chars you can read using gets ( ); so it can easily lead to overflow ?