/*#include <stdio.h>int main(){ int h,m,s; scanf("%d:%d:%d",&h,&m,&s); printf("%d",m); return 0;}*//*#include <stdio.더하기 +빼기 -곱하기 *나누기(몫) /나머지 %