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.
- Prime Dates
- Discussions
Prime Dates
Prime Dates
Sort by
recency
|
93 Discussions
|
Please Login in order to post a comment
Five Corrections are their
if(year % 400 == 0) { month[2] = 29; //It was 28 } else if(year % 100 == 0) { month[2] = 28; //It was 29 }
if(year % 400 == 0) { month[2] = 29; //It was 28 } else if(year % 100 == 0) { month[2] = 28; //It was 29 }
No code is provided in the Prime Dates challenge when using the Go language.
For Prime Dates Problem, I got this error everytime.I found the bugs and clear it but also the same error occured. I am using python3 language for solving this poblem.
Wrong Answer :(
1/1 test case failed
Sample Test case 0 Compiler Message Wrong Answer Input (stdin) 02-08-2025 04-09-2025 Your Output (stdout) 5 Expected Output 5
same here: not possible in js, it expects py
"Custom checker crashes with KeyError: u'javascript' despite correct output. Please verify language compatibility for custom checker."