0_0_9177325_26489.cpp:73: error: redefinition of `int n'
0_0_9177325_26489.cpp:17: error: `int n' previously declared here
0_0_9177325_26489.cpp:74: error: redefinition of `int a[1005]'
0_0_9177325_26489.cpp:18: error: `int a[1005]' previously declared here
0_0_9177325_26489.cpp:74: error: redefinition of `int cnt[1005]'
0_0_9177325_26489.cpp:18: error: `int cnt[1005]' previously declared here
0_0_9177325_26489.cpp:75: error: redefinition of `int b[1000005]'
0_0_9177325_26489.cpp:19: error: `int b[1000005]' previously declared here
0_0_9177325_26489.cpp:75: error: redefinition of `int len'
0_0_9177325_26489.cpp:19: error: `int len' previously declared here
0_0_9177325_26489.cpp:77: error: redefinition of `std::vector<int, std::allocator<int> > last'
0_0_9177325_26489.cpp:21: error: `std::vector<int, std::allocator<int> > last' previously declared here
0_0_9177325_26489.cpp: In function `int LIS(int)':
0_0_9177325_26489.cpp:78: error: redefinition of `int LIS(int)'
0_0_9177325_26489.cpp:22: error: `int LIS(int)' previously defined here
0_0_9177325_26489.cpp: In function `int main()':
0_0_9177325_26489.cpp:94: error: redefinition of `int main()'
0_0_9177325_26489.cpp:38: error: `int main()' previously defined here
|