F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_20173669_1848.cpp: In function 'int main()':
0_0_20173669_1848.cpp:2:12: error: 'longlong' was not declared in this scope
 #define LL longlong
            ^
0_0_20173669_1848.cpp:7:5: note: in expansion of macro 'LL'
     LL m,n;
     ^
0_0_20173669_1848.cpp:8:33: error: 'm' was not declared in this scope
     while(~scanf("%I64d %I64d",&m,&n))
                                 ^
0_0_20173669_1848.cpp:8:36: error: 'n' was not declared in this scope
     while(~scanf("%I64d %I64d",&m,&n))
                                    ^
0_0_20173669_1848.cpp:10:12: error: expected ';' before 'ans'
         LL ans = m/2*(m-m/2);
            ^
0_0_20173669_1848.cpp:12:13: error: 'ans' was not declared in this scope
         if( ans <=  n)  puts("T");
             ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-09-28 09:30:09, Gzip enabled