0

Why this code cannot run?

Is there something wrong? https://code.sololearn.com/crvSIsX35dKq/?ref=app

20th Nov 2017, 10:53 AM
êč€ëŻŒì€‘
êč€ëŻŒì€‘ - avatar
3 Answers
+ 30
You forgot to assign a value to the "word" variable.
20th Nov 2017, 12:30 PM
Igor Makarsky
Igor Makarsky - avatar
+ 1
use cstdio, cstdlib & ctime instead of stdio.h, stdlib.h & time.h; it will work
20th Nov 2017, 12:31 PM
DAB
DAB - avatar