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_14670057_8927.cpp:3:12: error: '_int64' does not name a type
 #define LL _int64
            ^
0_0_14670057_8927.cpp:8:1: note: in expansion of macro 'LL'
 LL gcd(LL a,LL b)
 ^
0_0_14670057_8927.cpp: In function 'int main()':
0_0_14670057_8927.cpp:3:12: error: '_int64' was not declared in this scope
 #define LL _int64
            ^
0_0_14670057_8927.cpp:31:3: note: in expansion of macro 'LL'
   LL up,down;
   ^
0_0_14670057_8927.cpp:32:3: error: 'up' was not declared in this scope
   up=0;
   ^
0_0_14670057_8927.cpp:33:3: error: 'down' was not declared in this scope
   down=(LL)(m*(m-1)*(m-2)/6);
   ^
0_0_14670057_8927.cpp:43:22: error: 'gcd' was not declared in this scope
   up = up/gcd(up,down);
                      ^


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-29 07:52:49, Gzip enabled