Ad
  • Custom User Avatar

    attempt resulted to: Test Crashed
    Caught unexpected signal: SIGSEGV (11). Invalid memory access.
    what is the meaning of this error?
    I'm using C

  • Custom User Avatar

    Problem stated that n > 1 but test have n = 0 and n = 1

  • Custom User Avatar
  • Custom User Avatar

    you can see it in your profile. your profile is located at the upper right corner. click the View Profile and you can see your stats

  • Custom User Avatar

    tickets([25, 25, 25, 25, 50, 100, 50]);
    Javascript failed on test 6. I think it should be "NO" instead of "YES"
    (moneys in his hand) -> total money in his hand
    [25, 25, 25, 25] -> $100. (iteration 4)
    [25, 25, 25, 50] -> $125
    [50, 100] -> $150
    in the last elemenet of array, he has no $25 bill change in his hand (50, 100).