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
|
19 Discussions
|
Please Login in order to post a comment
Line 6
month[2] = 28 -> month[2] = 29
Line 8
month[2] = 29 -> month[2] = 28
Line 35
x = x * 1000 + y1 -> x = x * 10000 + y1
Line 36
if x % 4 == 0 and x % 7 == 0: -> if x % 4 == 0 or x % 7 == 0:
Line 47
m1 = m1 + 1 -> m1 = 1
I dont understand, I have a blank page for c#
I dont understand, I have a blank page for c#
Python3: Stupid question. Took me a while to learn the formula for leap year
Line 6:
Line 8:
Line 35:
Line 36:
Line 47:
What's wrong?
it should be ok ///
Compiler Message Wrong Answer Input (stdin) 02-08-2025 04-09-2025 Your Output (stdout) 5 Expected Output 5