Recent content by wulk18

  1. W

    C++ program running too slow

    I have figure out that the problem was in the '^' operator. I expected it to be an exponent operator, but it wasn't! I wrote a separate function for doing exponent problems. I got the answer. Now I want to know why my primenumber program runs too slow. Is it due to excessive recursion? How can...
  2. W

    C++ program running too slow

    I am new to c++ and started learning last month.I am trying to solve this problem:- 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from 1 to...
  3. W

    Problem in midtown madness

    I have tried automatic transition but same problem
  4. W

    Problem in midtown madness

    Hey guys, in the midtown madness 2 in novembers digit issue, I am not able to accelerate my car properly. When I hold down the up key to accelerate, it accelerates for a few secs but then stops accelerating, and decelerates, as if I have stopped holding the up key. I have to release the key and...
Top Bottom