c++ Programmer's Algorithm Problem Questions

Asked 2 years ago, Updated 2 years ago, 29 views

When you solve the programmers algorithm problem and check it with the test case, if the code is scored, all but two will fail.

c++

2022-09-20 08:47

1 Answers

It means that the test case you wrote yourself does not include the number of all cases.

There is no way to know the test case used in grading, so try to fill out the test in all cases as much as possible.


2022-09-20 08:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.