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_29044785_31121.cpp:7:1: error: 'ill' does not name a type
 ill gcd(ll x,ll y) ? //最大公约数?
 ^
0_0_29044785_31121.cpp:16:1: error: 'll' does not name a type
 ll lcm(ll x,ll y) ? ? ?//求最小公倍数
 ^
0_0_29044785_31121.cpp: In function 'int main()':
0_0_29044785_31121.cpp:35:15: error: 'gcd' was not declared in this scope
   x = gcd(a, b);
               ^
0_0_29044785_31121.cpp:49:34: error: 'lcm' was not declared in this scope
    printf("%lld/%lld\n", lcm(a, c), gcd(b, d));
                                  ^
0_0_29044785_31121.cpp:51:32: error: 'lcm' was not declared in this scope
   else printf("%lld\n",lcm(a, c));
                                ^


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-12-02 22:31:14, Gzip enabled