在codeblacks中运行这段程序
#include
#include
using namespace std;
int main()
{
string s("Hello World!!!");
decltype(s.size()) punct_cnt=0;
for(auto c:s)
if(ispunct(c))
punct_cnt+=1;
cout<<punct_cnt
<<" punctuation characters in"<<s<<endl;
return 0;
}
报错error: 'decltype' was not declared in this scope
不知道哪里错了 求大神指教
悬赏问题
- ¥15 python 用Dorc包报错,我的写法和网上教的是一样的但是它显示无效参数,是什么问题
- ¥15 指定IP电脑的访问设置
- ¥30 matlab ode45 未发现警告,但是运行出错
- ¥15 vscode platformio
- ¥15 代写uni代码,app唤醒
- ¥15 全志t113i启动qt应用程序提示internal error
- ¥15 ensp可以看看嘛.
- ¥80 51单片机C语言代码解决单片机为AT89C52是清翔单片机
- ¥60 优博讯DT50高通安卓11系统刷完机自动进去fastboot模式
- ¥15 minist数字识别