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_38483858_24734.cpp: In function 'int main()':
0_0_38483858_24734.cpp:4:29: error: 'scanf' was not declared in this scope
     while( ~scanf( "%d", &n ))
                             ^
0_0_38483858_24734.cpp:7:33: error: 'printf' was not declared in this scope
         if( n == 1) printf("1\n");
                                 ^
0_0_38483858_24734.cpp:8:43: error: 'printf' was not declared in this scope
         if( n == 2 || n == 3) printf("0\n");
                                           ^
0_0_38483858_24734.cpp:9:33: error: 'printf' was not declared in this scope
         if( n == 4) printf("2\n");
                                 ^
0_0_38483858_24734.cpp:10:35: error: 'printf' was not declared in this scope
         if( n == 5) printf( "10\n");
                                   ^
0_0_38483858_24734.cpp:11:34: error: 'printf' was not declared in this scope
         if( n == 6) printf( "4\n");
                                  ^
0_0_38483858_24734.cpp:12:35: error: 'printf' was not declared in this scope
         if( n == 7) printf( "40\n");
                                   ^
0_0_38483858_24734.cpp:13:35: error: 'printf' was not declared in this scope
         if( n == 8) printf( "92\n");
                                   ^
0_0_38483858_24734.cpp:14:36: error: 'printf' was not declared in this scope
         if( n == 9) printf( "352\n");
                                    ^
0_0_38483858_24734.cpp:15:37: error: 'printf' was not declared in this scope
         if( n == 10) printf( "724\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-09-30 12:17:14, Gzip enabled