Error in the program
💡-delhis-odd-even
sraj39273
(Sameer Raj)
April 30, 2021, 2:05am
#1
asaurabh_26
(logical coder)
April 30, 2021, 3:28am
#2
Mistakes
print Yes or No (Y and N capital)
to handle multiple testcases use this
int t;cin>>t; while(t--){ // your code here }
Modified Code