LA
Posts
170 postsBorn in a Trunk - 어느 순간 자연스럽게 들어선 길고 힘든 길
주말에 느긋하게 본 영화에서 주된 줄거리와 상관없이 마음에 남은 부분. 지금 당신이 보는 그것이 하루아침에 이루어진 게 아니라고 말해주는 사람. 주디 갈런드Judy Garlend의 Born in a Trunk 메들리입니다. If you knew all the years of hopes and dreams and tears 만약 당신이 그 모든 날들을 안다면, 희망과 꿈과 눈물의 날들을 안다면 You'd know it didn't happen overnight 이 모든 것이 하룻밤사이 일어난 게 아니란 걸 아실거에요 I was born in a trunk In the Princess Theatre in Pocatella, Idaho 난 아이다호 포카텔라에 있는 프린세스 극장

백준 온라인 저지 2577번(C언어)
#include int main(){ int A,B,C; int N,i; char a[11]={0,}; N=A*B*C; scanf("%d",&A); scanf("%d",&B); scanf("%d",&C); for(;;){ if(N/10>0){ a[N%10]++; N=N/10; } if(N>0&&N<10){ a[N]++; break; } } for(i=0;i<10;i++){ printf("%d\n",a[i]); }}//시간초과 17.12.10 17:30




