First results of benchmarking - python is 2 times more faster than c++ version and 4 times c version

It's probably related to benchmarking tools not actually doing output (because when actually running the thing it is not that different in speed it prints in), so when python does 1 output after multiplication, continous cout and fprint from c++ and c is making it waste time on trying to say awawa to benchmarking tool.

So probably one could fix this