ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
answer.code: In function 'int main()': answer.code:7:8: error: 'S' was not declared in this scope cout<<S.size();\x0d ^