P1048 Single Number
Single Number
题目描述
Given an array with integers where all elements appear three times except for one.
Find out the one which appears only once.
Given an array with N integers where all elements appear three times except for one.
Find out the one which appears only once.