728x90
#include <iostream>
int main()
{
int x, y;
scanf("%d:%d", &x,&y);
printf("%d:%d", x, y);
return 0;
}
헤더를 iostream 을 하느냐 stdio.h 로 하느냐에 따라 메모리 차이가 난다.
728x90
'Archive' 카테고리의 다른 글
codeup 1019 (0) | 2020.12.03 |
---|---|
프로그래머 면접 질문 정리 (2022.09.03) (0) | 2020.12.03 |
codeup 1017 (0) | 2020.12.01 |
codeup 1015 (0) | 2020.12.01 |
백준 1008 A/B (0) | 2020.12.01 |