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_32319961_20506.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_32319961_20506.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_32319961_20506.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_32319961_20506.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_32319961_20506.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_32319961_20506.cpp:7:9: error: '__int64' does not name a type
 typedef __int64 ll;
         ^
0_0_32319961_20506.cpp: In constructor 'matrix::matrix()':
0_0_32319961_20506.cpp:18:31: error: 'memset' was not declared in this scope
         memset(a, 0, sizeof(a));
                               ^
0_0_32319961_20506.cpp: In member function 'void matrix::print(int)':
0_0_32319961_20506.cpp:35:16: error: 'puts' was not declared in this scope
         puts("");
                ^
0_0_32319961_20506.cpp:38:38: error: 'printf' was not declared in this scope
                 printf("%d ", a[i][j]);
                                      ^
0_0_32319961_20506.cpp: In function 'bool input()':
0_0_32319961_20506.cpp:49:36: error: 'scanf' was not declared in this scope
     if(scanf("%d%d%d", &n, &S1, &S2) == -1) return false;
                                    ^
0_0_32319961_20506.cpp:50:51: error: 'scanf' was not declared in this scope
     for(int i = 0;i < S1; i++)  scanf("%d", &s1[i]);
                                                   ^
0_0_32319961_20506.cpp:51:51: error: 'scanf' was not declared in this scope
     for(int i = 0;i < S2; i++)  scanf("%d", &s2[i]);
                                                   ^
0_0_32319961_20506.cpp:52:54: error: 'scanf' was not declared in this scope
     for(int i = 0;i < n; i++)   scanf("%d", &Start[i]);
                                                      ^
0_0_32319961_20506.cpp:53:52: error: 'scanf' was not declared in this scope
     for(int i = 0;i < n; i++)   scanf("%d", &End[i]);
                                                    ^
0_0_32319961_20506.cpp: At global scope:
0_0_32319961_20506.cpp:58:27: error: 'll' has not been declared
 matrix pow_mod(matrix &x, ll Time) {
                           ^
0_0_32319961_20506.cpp:70:1: error: 'map' does not name a type
 map mp;
 ^
0_0_32319961_20506.cpp:97:1: error: 'll' does not name a type
 ll solve() {
 ^


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-05-19 21:16:37, Gzip enabled