问题标题: 酷町堂:3736 寻找字符

0
0
已解决
褚俊皓
褚俊皓
新手天翼
新手天翼

Wrong Answer:10分 代码:

#include<iostream>
using namespace std;
int main(){
    int a,b;
    string s;
    char x;
    a=s.find_first_of(x);
    b=s.find_last_of(x);
    if(a==-1){
        cout<<"-1";   
    } else{
        cout<<a<<" "<<b;
    }

    return 0;
}

哪里错了

求找错


1
0
0
0
0
我要回答