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_35017398_11696.cpp: In function 'int main()':
0_0_35017398_11696.cpp:6:1: error: '_int64' was not declared in this scope
 _int64 b[21] = {0,0,1}, a[21] = {1,1};
 ^
0_0_35017398_11696.cpp:6:23: error: expected primary-expression before ',' token
 _int64 b[21] = {0,0,1}, a[21] = {1,1};
                       ^
0_0_35017398_11696.cpp:6:25: error: 'a' was not declared in this scope
 _int64 b[21] = {0,0,1}, a[21] = {1,1};
                         ^
0_0_35017398_11696.cpp:10:1: error: 'b' was not declared in this scope
 b[i] = (i-1) * (b[i-1] + b[i-2]);
 ^
0_0_35017398_11696.cpp:16:18: error: 'b' was not declared in this scope
 printf("%I64d\n",b[m]*(a[n]/(a[n-m]*a[m])));
                  ^


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-07 18:38:50, Gzip enabled