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
|
532 Discussions
|
Please Login in order to post a comment
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');
}
I dont know whats is wrong its is cause i am using TypeScript I Think My Output Exaly Same
import java.io.; import java.util.;
public class Solution {
can anyone tell me whats wrong here?#Java
import java.io.; import java.util.;
public class Solution {
The input data ends a line with "\r\n", so you would need to strip that '\r' if your language's readline doesn't do that.