반응형
#include <iostream.h>
#define MAX 100001
unsigned long sts[MAX] = { 0 , };
int main()
{
unsigned long i,j,max;
register unsigned long cnt,tmax,temp;
sts[1] = 1;
while ( cin >> i >> j )
{
max ^= max;
cout << i << " " << j << " ";
if ( i > j ) {
int temp = i;
i = j;
j = temp;
}
for ( cnt = i ; cnt <= j ; cnt++ )
{
tmax ^= tmax;
temp = cnt;
while( true )
{
if ( temp < MAX && (sts[temp]) ) {
tmax += (sts[temp]-1) ;
break;
}
temp = ( temp & 1 ) ? (temp *3 + 1) : ( temp >> 1 );
tmax++;
}
tmax++;
if ( cnt < MAX ) sts[cnt] = tmax;
if ( max < tmax ) max = tmax;
}
cout << max << endl;
}
}
#define MAX 100001
unsigned long sts[MAX] = { 0 , };
int main()
{
unsigned long i,j,max;
register unsigned long cnt,tmax,temp;
sts[1] = 1;
while ( cin >> i >> j )
{
max ^= max;
cout << i << " " << j << " ";
if ( i > j ) {
int temp = i;
i = j;
j = temp;
}
for ( cnt = i ; cnt <= j ; cnt++ )
{
tmax ^= tmax;
temp = cnt;
while( true )
{
if ( temp < MAX && (sts[temp]) ) {
tmax += (sts[temp]-1) ;
break;
}
temp = ( temp & 1 ) ? (temp *3 + 1) : ( temp >> 1 );
tmax++;
}
tmax++;
if ( cnt < MAX ) sts[cnt] = tmax;
if ( max < tmax ) max = tmax;
}
cout << max << endl;
}
}
반응형
'공부 > 컴퓨터' 카테고리의 다른 글
[Win32] 프로세스 숨기기 (2) | 2005.03.14 |
---|---|
[레포트/고급응용] 홈 네트워크에 대한 자료 조사 (0) | 2005.03.11 |
멋진 코드~ (0) | 2005.03.04 |
Signed Applet 관련 파워 포인트 자료 (0) | 2005.02.04 |
[ZDNet] 다음RSS넷은「현대판 봉이 김선달?」 (0) | 2005.02.02 |