Lines 3-4: The correct headers are <cstdlib> and <ctime>
Line 22: You need to include the <string> header if you're going to use strings.
Lines 23-24: These are executable statements. Executable statements can only exist inside a function. Move these lines to line 80.
Last edited on