+ 1
Test case #5 isn't passing. Where's the problem in my code? I described my problem statement into the code below
5 Respuestas
+ 4
my approach would've been something like - extracting all the capital letters of the buddies' names string and simply checking whether my name's first letter exist in them or not.
yours is good but I am confused abit...
can you explain?
+ 4
Hey there guys I just wanted to ask if you solved your problems with test case #5 since i have the same problem in python.
+ 3
don't you think your line 37 is tricky or abit lengthy?
why don't you do something like this...
cout << ((x == y || x == 0)?"Compare notes":"No such luck");
+ 2
RKK Thanks for the suggestion
0
can someone pls explain the last line to me ?
the comparing one
x==y || x=0