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_27609333_4136.cpp: In member function 'void node::init()':
0_0_27609333_4136.cpp:10:23: error: 'N' was not declared in this scope
         for(int i=0;i<N;i++)
                       ^
0_0_27609333_4136.cpp: At global scope:
0_0_27609333_4136.cpp:16:1: error: 'matrix' does not name a type
 matrix mul(matrix a,matrix b)//¾ØÕó³Ë·¨
 ^
0_0_27609333_4136.cpp:34:1: error: 'matrix' does not name a type
 matrix pow_(matrix a,__int64 n)//¾ØÕó¿ìËÙÃÝËãf(n)ºÍf(n+1)
 ^
0_0_27609333_4136.cpp: In function 'int main()':
0_0_27609333_4136.cpp:83:12: error: expected ';' before 'ans'
     matrix ans,k;
            ^
0_0_27609333_4136.cpp:87:9: error: 'k' was not declared in this scope
         k.a[0][0]=0;k.a[0][1]=1;
         ^
0_0_27609333_4136.cpp:89:9: error: 'ans' was not declared in this scope
         ans.a[0][0]=0;ans.a[0][1]=0;
         ^
0_0_27609333_4136.cpp:94:25: error: 'pow_' was not declared in this scope
         ans=mul(pow_(k,z),ans);
                         ^
0_0_27609333_4136.cpp:94:30: error: 'mul' was not declared in this scope
         ans=mul(pow_(k,z),ans);
                              ^


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-23 04:38:02, Gzip enabled