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_38405096_28504.cpp: In function 'int main()':
0_0_38405096_28504.cpp:2:2: error: '__int64' was not declared in this scope
  __int64 fib[51]={0,1};
  ^
0_0_38405096_28504.cpp:5:3: error: 'fib' was not declared in this scope
   fib[i]=fib[i-1]+fib[i-2];
   ^
0_0_38405096_28504.cpp:7:21: error: 'scanf' was not declared in this scope
  while(scanf("%d",&n)!=EOF && n!=-1){
                     ^
0_0_38405096_28504.cpp:7:24: error: 'EOF' was not declared in this scope
  while(scanf("%d",&n)!=EOF && n!=-1){
                        ^
0_0_38405096_28504.cpp:9:21: error: 'fib' was not declared in this scope
    printf("%I64d\n",fib[n]);
                     ^
0_0_38405096_28504.cpp:9:27: error: 'printf' was not declared in this scope
    printf("%I64d\n",fib[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-12-05 07:58:51, Gzip enabled