We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Camel Case 4
- Discussions
Camel Case 4
Camel Case 4
Sort by
recency
|
536 Discussions
|
Please Login in order to post a comment
Working code in python:
It is show the answer ,as it expected but still smae issue "wrong answer"
Wrong Answer Input (stdin) S;V;iPad C;M;mouse pad C;C;code swarm S;C;OrangeHighlighter Your Output (stdout) i pad mousePad () CodeSwarm orange highlighter Expected Output i pad mousePad() CodeSwarm orange highlighter
This works fine using Java public static void main(String[] args) {
I am able to solve this in python
I dont know what is wrong with this code. its give correct output still test cases are getting failed. can somebody help me with that. code in JSI don't know what is wrong with this code. It's giving the correct output, yet the test cases are failing. Can somebody help me with that? The code is in JS.
function processData(input) { input = input.split('\n');
}