0_0_23161114_9065.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include #include #define NN 100000
^
0_0_23161114_9065.cpp:6:16: error: 'NN' was not declared in this scope
long long a[3][NN],b1[10000],b2[10000];
^
0_0_23161114_9065.cpp:19:26: error: 'NN' was not declared in this scope
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:28: error: variable or field 'dog' declared void
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:11: error: expected primary-expression before 'long'
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:30: error: expected primary-expression before 'long'
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:43: error: expected primary-expression before 'int'
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:50: error: expected primary-expression before 'int'
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
0_0_23161114_9065.cpp:19:57: error: expected primary-expression before 'int'
void dog(long long (*a)[NN],long long *b,int be,int t1,int t2)
^
|