- Time : O(n)
- Space : O(1)
c++
1 | int Solution::divisibleBy60(vector<int> &A) { |