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_13962834_31464.cpp:5:1: error: 'LL' does not name a type
 LL zu[10000*10+10];
 ^
0_0_13962834_31464.cpp: In function 'int main()':
0_0_13962834_31464.cpp:8:5: error: 'LL' was not declared in this scope
     LL n,p;
     ^
0_0_13962834_31464.cpp:9:32: error: 'n' was not declared in this scope
     while(~scanf("%I64d%I64d",&n,&p))
                                ^
0_0_13962834_31464.cpp:9:35: error: 'p' was not declared in this scope
     while(~scanf("%I64d%I64d",&n,&p))
                                   ^
0_0_13962834_31464.cpp:11:16: error: 'zu' was not declared in this scope
         memset(zu,0,sizeof(zu));
                ^
0_0_13962834_31464.cpp:11:31: error: 'memset' was not declared in this scope
         memset(zu,0,sizeof(zu));
                               ^
0_0_13962834_31464.cpp:12:16: error: expected ';' before 'i'
         for(LL i=0; i<n; i++)
                ^
0_0_13962834_31464.cpp:12:21: error: 'i' was not declared in this scope
         for(LL i=0; i<n; i++)
                     ^
0_0_13962834_31464.cpp:18:12: error: expected ';' before 'm'
         LL m=zu[n-1]+zu[n-2];
            ^
0_0_13962834_31464.cpp:19:12: error: 'm' was not declared in this scope
         if(m<p)
            ^


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-30 16:22:03, Gzip enabled