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