what wrong in this code as my output is same as expected output
What wrong in this code
please reply quickly
@Adityakumar3112
The way you print output is wrong. You have to print β#testcase_number : ansβ not β#n : ansβ
So change line 45 to cout<<"#"<<i+1<<" : "<<c<<endl;