ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212168 | #3818. 01游戏 | huangyuhang | Compile Error | / | / | C++11 | 116b | 2024-10-13 11:46:04 | 2024-10-13 12:41:29 |
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
string s;
cin>>s;
cout<<S.size();
return 0;
}
详细
answer.code: In function 'int main()': answer.code:7:8: error: 'S' was not declared in this scope cout<<S.size();\x0d ^