gpt4 book ai didi

c++ - 错误 : Declaration terminated incorrectly

转载 作者:行者123 更新时间:2023-11-27 23:33:40 25 4
gpt4 key购买 nike

我在这部分代码中得到了错误:

void baklanges(list<MataIn> lista);
{
int n = text.length();
for (int i = 0; i < n/2; i++) {
char temp = text.at(i);
text.at(i) = text.at(n-1-i);
text.at(n-1-i)= temp;
}
cout<<"Texten baklanges:\n"<<text<<endl;
}

我没有看到代码中有任何问题,你们有吗?

最佳答案

删除这个分号。

void baklanges(list<MataIn> lista);
^

关于c++ - 错误 : Declaration terminated incorrectly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2793774/

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