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_24962000_12097.cpp:3:17: error: 'n' was not declared in this scope
 long long int f(n);
                 ^
0_0_24962000_12097.cpp: In function 'int main()':
0_0_24962000_12097.cpp:13:22: error: 'f' cannot be used as a function
             sum = f(n);
                      ^
0_0_24962000_12097.cpp: In function 'long long int f(int)':
0_0_24962000_12097.cpp:19:22: error: 'long long int f(int)' redeclared as different kind of symbol
 long long int f(int n)
                      ^
0_0_24962000_12097.cpp:3:15: note: previous declaration 'long long int f'
 long long int f(n);
               ^
0_0_24962000_12097.cpp:24:23: error: 'f' cannot be used as a function
         return 3*f(n-1);
                       ^


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-18 13:27:03, Gzip enabled