easyctf-2017/fizz-buzz-2/todo.txt

7 lines
431 B
Plaintext
Raw Normal View History

I still need to do the execution grader, and probably introduce some sort of limits to prevent the contestant from having a print "1,2,fizz,4,buzz..." type program. A length limit would probably be sufficient.
I also need to add a program validator, that checks for the characters "i", "I", and "?".
We will need to disable "eval()", "exec()", globals (in python), etc.
Backup hint: `Don't use the characters "i", "I", and "?".`