You are viewing a single comment's thread. Return to all comments →
Why does this work and
n=int ( input() ) rooms=list ( map ( int, input().split() ) ) for i in set ( rooms ): if ( rooms.count(i) == 1): print(i)
takes too much time ... It showa "Your code did not execute in time limit"
Seems like cookies are disabled on this browser, please enable them to open this website
The Captain's Room
You are viewing a single comment's thread. Return to all comments →
Why does this work and
takes too much time ... It showa "Your code did not execute in time limit"