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
|
550 Discussions
|
Please Login in order to post a comment
Python3 Correct Outputs but Wrong Answer Solution
inputData = [line.rstrip('\n\r') for line in sys.stdin.readlines()]
Please help me on my program as this is not working altjough getting correct output:
include
include
include
include
using namespace std;
int main() {
while (getline(cin, s)) {
} /* Enter your code here. Read input from STDIN. Print output to STDOUT */
return 0; }
Longwinded Javascript solution with switchcase and regex.
Can someone please help why this code is failing
there's nothing basic about this challenge