我的代码中的SIGABRT错误在c ++中

时间:2018-06-14 09:36:01

标签: c++ sigabrt

我的代码中出现SIGABRT错误。谁能告诉我它可能会从哪里来?

这是我的代码:

#include<bits/stdc++.h>
using namespace std;
int main()
{
    int t;
    cin>>t;
    while(t--)
    {
        int n;
        cin>>n;
        string s;
        cin>>s;
        int d=stoi(s,nullptr,2);
        int f=__builtin_popcount(d);
        cout<<f*(f-1)/2+f<<endl;
    }
}

1 个答案:

答案 0 :(得分:-1)

curl_setopt($process, CURLOPT_USERPWD, $data['username'] . ":" . $data['$password']);

现在试试这个