easyctf-2017/fizz-buzz-2/todo.txt
Brandon John 595bed296d Addid a couple of fizz buzz programming problems
The programming grader still needs to be added, IDK where to do that.
2017-02-11 23:06:26 -06:00

7 lines
431 B
Plaintext

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 "?".`