Ad
  • Custom User Avatar

    Use bare return, don't add that print() statement
    Edit: I flagged your comment as spoiler as it might gives a hint to the other warriors

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Have you tried adding the relevant import statement to the top of your solution - using System.Collections.Generic;?

  • Default User Avatar

    i'm using C# btw

  • Default User Avatar

    src/Solution.cs(8,13): error CS0246: The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)
    src/Solution.cs(8,37): error CS0246: The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)

  • Custom User Avatar

    Which language ? What do you mean with the compiler would not detect List variable? This kata has been solved about a 150_000 times, it's reasonnable to suppose your code is the culprit a priori... Or please give clear examples of fails.

  • Default User Avatar

    sTriangle_ValidPostiveNumbers_ReturnsTrue
    Test Failed
    Expected: True
    But was: False

    this is the only error i have from all 10 run test. what could go wrong?

  • Default User Avatar

    How can the compiler didn't detect List variable? it's working in my VS2019! And it disemvowel really well.