+ 2
Please tell me how to solve 3rd test caae in military time coach problem in c language
Military time code coach problem
8 Antworten
+ 3
You can also test it separately on code playground.
+ 3
Kavita Bharti did you see the result for input
1:01 am
is
01:1
and this is not correct.
Try to solve it.
+ 2
There will be needed your attempt for it.
+ 2
Kavita Bharti show your try so that helps to find what mistake is there in code..
+ 1
You could better edit here the link to your code.
+ 1
For input 12:00 AM ,output should be 00:00 .
For remaining all working fine i think..
The only problem may be you are adding extra space in before your output.. Remove and try it again....
Kavita Bharti
0
Jayakrishna my code is in my account code bit see there
0
Jayakrishna🇮🇳 my code is there in my account's codebit