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_15216679_17707.cpp:25:9: error: 'LL' was not declared in this scope
 int gcd(LL x,LL y)
         ^
0_0_15216679_17707.cpp:25:14: error: 'LL' was not declared in this scope
 int gcd(LL x,LL y)
              ^
0_0_15216679_17707.cpp:25:18: error: expression list treated as compound expression in initializer [-fpermissive]
 int gcd(LL x,LL y)
                  ^
0_0_15216679_17707.cpp:26:1: error: expected ',' or ';' before '{' token
 {
 ^
0_0_15216679_17707.cpp: In function 'int main()':
0_0_15216679_17707.cpp:33:5: error: 'LL' was not declared in this scope
     LL N,M;
     ^
0_0_15216679_17707.cpp:37:27: error: 'N' was not declared in this scope
         scanf("%lld%lld",&N,&M);
                           ^
0_0_15216679_17707.cpp:37:30: error: 'M' was not declared in this scope
         scanf("%lld%lld",&N,&M);
                              ^
0_0_15216679_17707.cpp:47:30: error: 'gcd' cannot be used as a function
             int k = gcd(M%N,N);
                              ^


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-11-30 05:53:58, Gzip enabled