Skip to content
View Pitzeruser's full-sized avatar
  • @Home
  • China

Block or report Pitzeruser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Pitzeruser/README.md
  • 👋 Hi, I’m @Pitzeruser
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

while True: try: n=int(input()) r=[] for i in range(n): r.append(int(input())) for i in sorted(set(r)): print(i) except: break

Popular repositories Loading

  1. Pitzeruser Pitzeruser Public

    Config files for my GitHub profile.

  2. nuxtjs-girl nuxtjs-girl Public

    Vue

  3. Fall-in-love-chenduo-li-forever Fall-in-love-chenduo-li-forever Public

    表白

  4. navigationBar-with-react-and-scrolling-animation navigationBar-with-react-and-scrolling-animation Public

    Forked from DonoghLi/navigationBar-with-react-and-scrolling-animation

    This is a component used for creating a navigation bar. Please contact with me if you have any issues! ! !

    JavaScript

  5. RMA-Net RMA-Net Public

    Forked from WanquanF/RMA-Net

    the code of the paper: Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021)

    Python