Skip to content

Instantly share code, notes, and snippets.

View qiaokangqi's full-sized avatar

Chiau-KangChi qiaokangqi

  • BeiJing,China
View GitHub Profile
@andreyryabtsev
andreyryabtsev / backmatting.ipynb
Last active June 5, 2024 04:56
BackMatting.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vchatela
vchatela / Mars.java
Created February 2, 2016 21:46
Codingame : Mars Lander - Level 1 Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Player {