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_33218711_1735.cpp: In function 'int count(int)':
0_0_33218711_1735.cpp:8:14: error: 'num' was not declared in this scope
  if (n == 0) num = 1;
              ^
0_0_33218711_1735.cpp:9:19: error: 'num' was not declared in this scope
  else if (n == 1) num = 0;
                   ^
0_0_33218711_1735.cpp:10:19: error: 'num' was not declared in this scope
  else if (n == 2) num = 3;
                   ^
0_0_33218711_1735.cpp:11:7: error: 'num' was not declared in this scope
  else num = 4 * count(n - 2) - count(n - 4);
       ^
0_0_33218711_1735.cpp:12:9: error: 'num' was not declared in this scope
  return num;
         ^


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-16 07:43:57, Gzip enabled