Код: Выделить всё
#include
using namespace std;
string replaceA (string word) {
for(int i = word.length() - 1; i < 0; i--) {
word[i] = 'a';
}
}
int main() {
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78313390/i-have-been-getting-this-error-jiagu-info-vpid-1-terminated-with-signal-5-t[/url]
Мобильная версия