46743_0_24217.cpp:7: error: invalid token
46743_0_24217.cpp:7: error: `add' does not name a type
46743_0_24217.cpp:126: error: expected unqualified-id before "int"
46743_0_24217.cpp:126: error: expected `)' before "int"
46743_0_24217.cpp:126: error: expected `,' or `;' before "int"
46743_0_24217.cpp: In function `bool Place(int, int*)':
46743_0_24217.cpp:178: error: redefinition of `bool Place(int, int*)'
46743_0_24217.cpp:80: error: `bool Place(int, int*)' previously defined here
46743_0_24217.cpp: In function `int main()':
46743_0_24217.cpp:209: error: redefinition of `int main()'
46743_0_24217.cpp:111: error: `int main()' previously defined here
|