Skip to content

Instantly share code, notes, and snippets.

View jimgao1's full-sized avatar

Jim Gao jimgao1

View GitHub Profile
#include <iostream>
#include <map>
#include <vector>
#include <algorithm>
#include <string>
#define null NULL
#define DEBUG
using namespace std;
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int low = 1, high = 100;
while(low != high){
int mid = (low + high) / 2;

Keybase proof

I hereby claim:

  • I am jimgao1 on github.
  • I am jimgao (https://keybase.io/jimgao) on keybase.
  • I have a public key ASBNT6AMU8xScr0MP6ZSTZBA-aHDqFuQSKESqEAqPzpyyQo

To claim this, I am signing this object: