Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1516--C Programming Practicals 1 C Basics
1516: C Programming Practicals 1 C Basics
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
1263
Solved:
357
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Write a C code to enter and display time in hour: minute: second, uisng scanf ( ) command for input these values.
Input
Enter time using three numbers Hours,Minutes and Seconds 010101
Output
Entered time is 01:01:01
Sample Input
Copy
010101
Sample Output
Copy
Entered time is 01:01:01
Source/Category
96