Why this code cannot run? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why this code cannot run?

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

20th Nov 2017, 10:53 AM
김민중
김민중 - avatar
2 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