logo_turk

Solutions

Guessing the random number using a simple stack overflow

This is a solution walkthrough to the guess challenge https://platform.intervee.io/challengeinfocard/guess The virtual interviewer says: “Find an input, so the command ‘./guess.o [your_input]’ will print the good message.“ When typing ls, you can see both the source code and the executable itself. Let’s read the source code: Let’s focus on this piece of code (take a …

Guessing the random number using a simple stack overflow Read More »

10 creative ways to print Hello World in C/CPP and Python

Using Intervee.io, we created a fun challenge that requests them to print “Hello World”, but without using the letter W or any numbers in their code. We posted that challenge in Reddit. Link to the challenge: https://platform.intervee.io/challengeinfocard/hello_[w09]orld Link to the posts in Reddit: https://www.reddit.com/r/Python/comments/u01kmr/challenge_print_hello_world_without_using_w_and/https://www.reddit.com/r/C_Programming/comments/tuqyr4/challenge_print_hello_world_without_using_w_and/Statistics:After the solvers solved the challenge, they were asked about their experiences. …

10 creative ways to print Hello World in C/CPP and Python Read More »

Intervee