1_733_2985_32467.cpp:9:15: error: two or more data types in declaration of 'llp'
const int int llp = 7;
^
1_733_2985_32467.cpp:14:12: error: 'juzheng' is not a type
memset(juzheng,0,sizeof(juzheng));
^
1_733_2985_32467.cpp:14:20: error: expected identifier before numeric constant
memset(juzheng,0,sizeof(juzheng));
^
1_733_2985_32467.cpp:14:20: error: expected ',' or '...' before numeric constant
1_733_2985_32467.cpp: In member function 'node node::operator*(const node&) const':
1_733_2985_32467.cpp:18:24: error: 'llp' was not declared in this scope
for (int i=0;i<llp;i++)
^
1_733_2985_32467.cpp: In function 'void init()':
1_733_2985_32467.cpp:35:7: error: 'struct node' has no member named 'clear'
e.clear();
^
1_733_2985_32467.cpp:36:7: error: 'struct node' has no member named 'clear'
f.clear();
^
1_733_2985_32467.cpp: In function 'LL juzhengpp(int)':
1_733_2985_32467.cpp:68:20: error: 'llp' was not declared in this scope
for (int i=0;i<llp;i++)
^
1_733_2985_32467.cpp: In function 'void slove()':
1_733_2985_32467.cpp:80:24: error: 'juzhengpow' was not declared in this scope
LL ans=juzhengpow(n);
^
|