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_20642455_27437.cpp:4:1: error: 'usingnamespace' does not name a type
 usingnamespace std;
 ^
0_0_20642455_27437.cpp:6:9: error: 'longlong' does not name a type
 typedef longlong llg;
         ^
0_0_20642455_27437.cpp:8:1: error: 'constint' does not name a type
 constint N =150000;
 ^
0_0_20642455_27437.cpp:10:1: error: 'llg' does not name a type
 llg n, m, p, fac[N];
 ^
0_0_20642455_27437.cpp: In function 'void init()':
0_0_20642455_27437.cpp:15:5: error: 'fac' was not declared in this scope
     fac[0] =1;
     ^
0_0_20642455_27437.cpp:16:20: error: 'p' was not declared in this scope
     for(i =1; i <= p; i++)
                    ^
0_0_20642455_27437.cpp: At global scope:
0_0_20642455_27437.cpp:20:1: error: 'llg' does not name a type
 llg pow(llg a, llg b)
 ^
0_0_20642455_27437.cpp:32:1: error: 'llg' does not name a type
 llg C(llg n, llg m)
 ^
0_0_20642455_27437.cpp:38:1: error: 'llg' does not name a type
 llg Lucas(llg n, llg m)
 ^
0_0_20642455_27437.cpp: In function 'int main()':
0_0_20642455_27437.cpp:50:35: error: 'n' was not declared in this scope
         scanf("%I64d%I64d%I64d", &n, &m, &p);
                                   ^
0_0_20642455_27437.cpp:50:39: error: 'm' was not declared in this scope
         scanf("%I64d%I64d%I64d", &n, &m, &p);
                                       ^
0_0_20642455_27437.cpp:50:43: error: 'p' was not declared in this scope
         scanf("%I64d%I64d%I64d", &n, &m, &p);
                                           ^
0_0_20642455_27437.cpp:52:39: error: 'Lucas' was not declared in this scope
         printf("%I64d\n", Lucas(n+m, n));
                                       ^
0_0_20642455_27437.cpp:54:5: error: 'return0' was not declared in this scope
     return0;
     ^


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-07-01 10:48:47, Gzip enabled