+ 2
Can someone help me. What's wrong with my code? Test it in code coach military time and see...
4 Antworten
+ 2
sample input => 1:00 AM
output should be 01:00
12:00 PM output should be 12:00
12:00 AM output should be 00:00
+ 2
It should solve all test cases.
You're welcome...
+ 1
Thank you soo much, your idea was helpful. check update:
https://code.sololearn.com/cUgBsLNpl8XY/?ref=app
0
Let me check it