0_0_16189798_3352.cpp:56:2: error: stray '#' in program
}#pragma comment(linker, "/STACK:1024000000,1024000000")
^
0_0_16189798_3352.cpp:56:3: error: 'pragma' does not name a type
}#pragma comment(linker, "/STACK:1024000000,1024000000")
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60:0,
from 0_0_16189798_3352.cpp:64:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:147:18: error: '__aligned_buffer' in namespace '__gnu_cxx' does not name a template type
__gnu_cxx::__aligned_buffer<_Val> _M_storage;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h: In member function '_Val* std::_Rb_tree_node<_Val>::_M_valptr()':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:151:16: error: '_M_storage' was not declared in this scope
{ return _M_storage._M_ptr(); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h: In member function 'const _Val* std::_Rb_tree_node<_Val>::_M_valptr() const':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:155:16: error: '_M_storage' was not declared in this scope
{ return _M_storage._M_ptr(); }
^
0_0_16189798_3352.cpp: At global scope:
0_0_16189798_3352.cpp:76:9: error: conflicting declaration 'int fa [100006]'
int fa[N];
^
0_0_16189798_3352.cpp:14:5: note: previous declaration as 'int fa [100005]'
int fa[maxn];
^
0_0_16189798_3352.cpp: In function 'int find(int)':
0_0_16189798_3352.cpp:83:5: error: redefinition of 'int find(int)'
int find(int x){
^
0_0_16189798_3352.cpp:15:5: note: 'int find(int)' previously defined here
int find(int x)
^
0_0_16189798_3352.cpp: In function 'int main()':
0_0_16189798_3352.cpp:92:5: error: redefinition of 'int main()'
int main()
^
0_0_16189798_3352.cpp:20:5: note: 'int main()' previously defined here
int main()
^
|