“Стои” Ответ

Стои

#include <iostream>
#include <string> 
using namespace std;

int main() {

  string a = "500";
 
  
  int x = stoi(a);

  cout  << x << endl;
}
Phani Simha

Стои

int stoi (const string&  str, size_t* idx = 0, int base = 10);
int stoi (const wstring& str, size_t* idx = 0, int base = 10);
Yucky Yak

Ответы похожие на “Стои”

Вопросы похожие на “Стои”

Смотреть популярные ответы по языку

Смотреть другие языки программирования