0_0_9455597_7901.cpp:20: error: invalid constructor; you probably meant `Aim (const Aim&)'
0_0_9455597_7901.cpp:20: error: invalid member function declaration
0_0_9455597_7901.cpp: In function `void zy(int, Aim)':
0_0_9455597_7901.cpp:48: error: no matching function for call to `Aim::Aim(Aim&, int&, bool, int&)'
0_0_9455597_7901.cpp:15: note: candidates are: Aim::Aim(const Aim&)
0_0_9455597_7901.cpp:27: note: Aim::Aim()
0_0_9455597_7901.cpp:54: error: no matching function for call to `Aim::Aim(Aim&, int&, bool)'
0_0_9455597_7901.cpp:15: note: candidates are: Aim::Aim(const Aim&)
0_0_9455597_7901.cpp:27: note: Aim::Aim()
0_0_9455597_7901.cpp: In function `void bfs(int, int, int)':
0_0_9455597_7901.cpp:130: error: no matching function for call to `Aim::Aim(Aim&, int&, bool)'
0_0_9455597_7901.cpp:15: note: candidates are: Aim::Aim(const Aim&)
0_0_9455597_7901.cpp:27: note: Aim::Aim()
|