Skip to content

Instantly share code, notes, and snippets.

View mob5566's full-sized avatar

Cody Wong mob5566

  • Taipei
View GitHub Profile
@mob5566
mob5566 / 10400 - Game Show Math.cpp
Created August 13, 2015 13:27
10400 - Game Show Math
/**
* Tittle: 10400 - Game Show Math
* Author: Cheng-Shih, Wong
* Date: 2015/08/13
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10397 - Connect the Campus.cpp
Created August 13, 2015 07:35
10397 - Connect the Campus
/**
* Tittle: 10397 - Connect the Campus
* Author: Cheng-Shih, Wong
* Date: 2015/08/13
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10368 - Euclid's Game.cpp
Created July 21, 2015 06:44
10368 - Euclid's Game
/**
* Tittle: 10368 - Euclids Game
* Author: Cheng-Shih, Wong
* Date: 2015/07/21
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10377 - Maze Traversal.cpp
Created July 20, 2015 12:46
10377 - Maze Traversal
/**
* Tittle: 10377 - Maze Traversal
* Author: Cheng-Shih, Wong
* Date: 2015/07/20
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10364 - Square.cpp
Created July 9, 2015 18:01
10364 - Square
/**
* Tittle: 10364 - Square
* Author: Cheng-Shih, Wong
* Date: 2015/07/10
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10361 - Automatic Poetry.cpp
Created July 8, 2015 17:14
10361 - Automatic Poetry
/**
* Tittle: 10361 - Automatic Poetry
* Author: Cheng-Shih, Wong
* Date: 2015/07/09
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10359 - Tiling.java
Created July 8, 2015 14:56
10359 - Tiling
/**
* Tittle: 10359 - Tiling
* Author: Cheng-Shih, Wong
* Date: 2015/07/08
*/
import java.util.*;
import java.math.*;
public class Main {
@mob5566
mob5566 / 10346 - Peters Smokes.cpp
Created July 8, 2015 14:35
10346 - Peter's Smokes
/**
* Tittle: 10346 - Peter's Smokes
* Author: Cheng-Shih, Wong
* Date: 2015/07/08
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10344 - 23 out of 5.cpp
Created July 4, 2015 13:55
10344 - 23 out of 5
/**
* Tittle: 10344 - 23 out of 5
* Author: Cheng-Shih, Wong
* Date: 2015/07/04
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10342 - Always Late.cpp
Created July 4, 2015 13:10
10342 - Always Late
/**
* Tittle: 10342 - Always Late
* Author: Cheng-Shih, Wong
* Date: 2015/07/04
*/
// include files
#include <bits/stdc++.h>
using namespace std;