240 发简信
IP属地:安徽
  • #136 Single Number

    题目: Given an array of integers, every element appearstwiceexcept for one...

  • #485 Max Consecutive Ones

    题目: Given a binary array, find the maximum number of consecutive 1s in t...

  • #292 Nim Game

    题目: You are playing the following Nim Game with your friend: There is a ...

  • #463 Island Perimeter

    题目: You are given a map in form of a two-dimensional integer grid where ...

  • #496 Next Greater Element I

    题目: You are given two arrays(without duplicates)nums1 and nums2 where nu...

  • #344 Reverse String

    题目: Write a function that takes a string as input and returns the string...

  • #412 Fizz Buzz

    题目: Write a program that outputs the string representation of numbers fr...

  • #500 Keyboard Row

    题目: Given a List of words, return the words that can be typed using lett...

  • #476 Number Complement

    题目: Given a positive integer, output its complement number. The compleme...