gpt4 book ai didi

c++ - 在 C++ 中将值分配给另一个堆栈

转载 作者:行者123 更新时间:2023-11-28 02:54:51 26 4
gpt4 key购买 nike

此行在使用堆栈的程序中是否有效?

s1.top()==s2.push(j);

这表明栈顶元素的值(s1)被分配给另一个栈s2。

其中 j='A';

如果不是,那么它的替代品是什么?

最佳答案

这是无效的,因为 std::stack::push返回无效

如果你想知道 s1.top() 是否包含在 s2 中,你应该使用 std::find

关于c++ - 在 C++ 中将值分配给另一个堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22247980/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com