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_19206821_23943.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>
         ^
0_0_19206821_23943.cpp: In function 'int main()':
0_0_19206821_23943.cpp:4:1: error: '__int64' was not declared in this scope
 __int64 dp[31];
 ^
0_0_19206821_23943.cpp:4:9: error: 'nbsp' was not declared in this scope
 __int64 dp[31];
         ^
0_0_19206821_23943.cpp:4:14: error: 'dp' was not declared in this scope
 __int64 dp[31];
              ^
0_0_19206821_23943.cpp:5:10: error: 'i' was not declared in this scope
 int i, z, n;
          ^
0_0_19206821_23943.cpp:5:18: error: 'z' was not declared in this scope
 int i, z, n;
                  ^
0_0_19206821_23943.cpp:5:26: error: 'n' was not declared in this scope
 int i, z, n;
                          ^
0_0_19206821_23943.cpp:6:12: error: expected primary-expression before '=' token
 dp[0] = 3;
            ^
0_0_19206821_23943.cpp:7:4: error: expected '(' before '&' token
 for ( i=1; i<=30; ++i )
    ^
0_0_19206821_23943.cpp:7:16: error: expected ')' before ';' token
 for ( i=1; i<=30; ++i )
                ^
0_0_19206821_23943.cpp:7:20: error: expected ')' before ';' token
 for ( i=1; i<=30; ++i )
                    ^
0_0_19206821_23943.cpp:7:48: error: expected primary-expression before ')' token
 for ( i=1; i<=30; ++i )
                                                ^
0_0_19206821_23943.cpp:8:12: error: expected primary-expression before '=' token
 dp[i] = (dp[i-1]-1)<<1;
            ^
0_0_19206821_23943.cpp:10:6: error: expected '(' before '&' token
 while ( z-- )
      ^
0_0_19206821_23943.cpp:10:11: error: expected ')' before ';' token
 while ( z-- )
           ^
0_0_19206821_23943.cpp:10:18: error: expected ')' before ';' token
 while ( z-- )
                  ^
0_0_19206821_23943.cpp:10:28: error: expected primary-expression before ')' token
 while ( z-- )
                            ^


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-17 10:44:10, Gzip enabled