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
|
549 Discussions
|
Please Login in order to post a comment
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
Here is my c# attempt, feel free to provide feedback, use or comment.
using System.Text.RegularExpressions;
}