#include int main(void) { int h; int m; scanf_s("%d : %d", &h,&m); printf("%d : %d", h,m); return 0; }