Runtime error coming

pls check my code . it is showing runtime error

@Akshita99
cin>>a>>b;
instead of
cin>>a,b;
in line 21
Please mark your doubt as resolved and rate as well :slight_smile: