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_25978788_19895.cpp:1:12: error: #include expects "FILENAME" or <FILENAME>
 #include   
            ^
0_0_25978788_19895.cpp:2:11: error: #include expects "FILENAME" or <FILENAME>
 #include  
           ^
0_0_25978788_19895.cpp:3:11: error: #include expects "FILENAME" or <FILENAME>
 #include  
           ^
0_0_25978788_19895.cpp: In function 'void multiply(int*, int, int)':
0_0_25978788_19895.cpp:12:14: error: 'carrySE' was not declared in this scope
         a[i]=carrySE;  
              ^
0_0_25978788_19895.cpp: In function 'void divide(int*, int, int)':
0_0_25978788_19895.cpp:19:5: error: expected ';' before '{' token
     {  
     ^
0_0_25978788_19895.cpp:19:5: error: expected primary-expression before '{' token
0_0_25978788_19895.cpp:19:5: error: expected ')' before '{' token
0_0_25978788_19895.cpp: In function 'int main()':
0_0_25978788_19895.cpp:28:34: error: 'memset' was not declared in this scope
     memset(h[1],0,MAX*sizeof(int)); 
                                  ^
0_0_25978788_19895.cpp:31:43: error: 'memcpy' was not declared in this scope
         memcpy(h[i],h[i-1],MAX*sizeof(int));   
                                           ^
0_0_25978788_19895.cpp:35:11: error: 'cin' was not declared in this scope
     while(cin>>i && i>=1 && i<=100)  
           ^
0_0_25978788_19895.cpp:39:9: error: expected ';' before 'printf'
         printf("%d",h[i][j++]);  
         ^
0_0_25978788_19895.cpp:39:30: error: 'printf' was not declared in this scope
         printf("%d",h[i][j++]);  
                              ^
0_0_25978788_19895.cpp:39:31: error: expected ')' before ';' token
         printf("%d",h[i][j++]);  
                               ^
0_0_25978788_19895.cpp:41:9: error: expected ';' before '{' token
         {  
         ^
0_0_25978788_19895.cpp:41:9: error: expected primary-expression before '{' token
0_0_25978788_19895.cpp:41:9: error: expected ')' before '{' token
0_0_25978788_19895.cpp:43:27: error: 'printf' was not declared in this scope
         printf("d",h[i][j]);            
                           ^
0_0_25978788_19895.cpp:48:20: error: 'printf' was not declared in this scope
         printf("\n");  
                    ^
0_0_25978788_19895.cpp:50:19: error: 'system' was not declared in this scope
     system("pause");  
                   ^


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-20 08:38:50, Gzip enabled