0_0_1803114_22407.cpp: In function `void Solve()':
0_0_1803114_22407.cpp:103: error: no matching function for call to `Stack::Push(Car, int)'
0_0_1803114_22407.cpp:25: note: candidates are: void Stack::Push(Car&, int)
0_0_1803114_22407.cpp:117: error: no matching function for call to `Stack::Push(Car, int)'
0_0_1803114_22407.cpp:25: note: candidates are: void Stack::Push(Car&, int)
|