Queue Implementation Issue

You read a single number from stdin, add it to the queue and then you are calling deletion() with one argument but only have defined deletion() without arguments.

Please also do not just throw some exercise and code at us, but tell us what your problem with your current code is. Do you get an error on compilation? Is the output not as expected? Etc…