답안 #7686

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
7686 2014-08-14T11:59:23 Z gs13068 CATS (NOI14_cats) C++
컴파일 오류
0 ms 0 KB
#include<cstdio>
 
int main()
{
    int TC;
    scanf("%d",&TC);
    while(TC--)
    {
        long long K,X,L,N,C;
        scanf("%lld%lld%lld",&X,&L,&N);
        X=X-1;
        K=(L+2*N-1)/(2*N);
        for(T=K/(2*N)+1;X>0&&T>0;X>>=1)C^=X&1;
        printf("%lld\n",K+C);
    }
}

Compilation message

cats.cpp: In function 'int main()':
cats.cpp:13:13: error: 'T' was not declared in this scope
cats.cpp:6:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
cats.cpp:10:39: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]