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_13809789_23481.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13809789_23481.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:13:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13809789_23481.cpp:97:11: error: invalid digit "8" in octal constant
   printf(%08d
           ^
0_0_13809789_23481.cpp: In function 'int cal(char*, int)':
0_0_13809789_23481.cpp:65:25: error: 'memset' was not declared in this scope
  memset(dp,-1,sizeof(dp));
                         ^
0_0_13809789_23481.cpp:66:17: error: 'strlen' was not declared in this scope
  alen = strlen(x);
                 ^
0_0_13809789_23481.cpp:87:14: error: 'strcpy' was not declared in this scope
  strcpy(dig,x);
              ^
0_0_13809789_23481.cpp: In function 'int main()':
0_0_13809789_23481.cpp:93:15: error: expected primary-expression before '%' token
  while(~scanf(%s,s))
               ^
0_0_13809789_23481.cpp:93:19: error: 'scanf' was not declared in this scope
  while(~scanf(%s,s))
                   ^
0_0_13809789_23481.cpp:95:18: error: 'strlen' was not declared in this scope
   slen = strlen(s);
                  ^
0_0_13809789_23481.cpp:96:9: error: expected primary-expression before '%' token
   scanf(%s %s,a,b);
         ^
0_0_13809789_23481.cpp:97:10: error: expected primary-expression before '%' token
   printf(%08d
          ^
0_0_13809789_23481.cpp:98:38: error: 'printf' was not declared in this scope
 ,((cal(b,0) - cal(a,1)%mod)+mod)%mod );
                                      ^


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-06-29 14:55:55, Gzip enabled