Проблемы с исключениями (новичок)C++

Программы на C++. Форум разработчиков
Anonymous
Проблемы с исключениями (новичок)

Сообщение Anonymous »

В этом коде есть ошибка, которая меня постоянно беспокоит:

Код: Выделить всё

#include 
#include 
#include 
#include 
#include 

#define fastio std::ios_base::sync_with_stdio(false);
#define minlimit std::numeric_limits::min()
#define maxlimit std::numeric_limits::max()

using namespace std;

int inputCheck(const string& s){
if(s.empty() || s.find_first_not_of(' ') == string::npos){
cout 

Подробнее здесь: [url]https://stackoverflow.com/questions/78561731/problems-with-exceptionsbeginner[/url]

Вернуться в «C++»