c++哪里有问题?
查看原帖
c++哪里有问题?
677842
SevenYoshy楼主2022/12/17 21:11
#include<bits/stdc++.h>
using namespace std;
int main()
{
    string a;
    int b;
    cin>>a>>b;
    cout<<a[b-1];
}

自测案例都通过 偏偏只给20分 20分 20分!!!!!

2022/12/17 21:11
加载中...