我的代码中出现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;
}
}
答案 0 :(得分:-1)
curl_setopt($process, CURLOPT_USERPWD, $data['username'] . ":" . $data['$password']);
现在试试这个