Skip to content

Instantly share code, notes, and snippets.

@mob5566
mob5566 / 10338 - Mischievous Children.cpp
Created June 30, 2015 15:57
10338 - Mischievous Children
/**
* Tittle: 10338 - Mischievous Children
* Author: Cheng-Shih, Wong
* Date: 2015/06/30
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10336 - Rank the Languages.cpp
Created June 29, 2015 13:12
10336 - Rank the Languages
/**
* Tittle: 10336 - Rank the Languages
* Author: Cheng-Shih, Wong
* Date: 2015/06/29
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10334 - Ray Through Glasses.java
Created June 29, 2015 10:05
10334 - Ray Through Glasses
/**
* Tittle: 10334 - Ray Through Glasses
* Author: Cheng-Shih, Wong
* Date: 2015/06/29
*/
import java.util.*;
import java.math.*;
public class Main {
@mob5566
mob5566 / 10330 - Power Transmission.cpp
Created June 28, 2015 14:04
10330 - Power Transmission
/**
* Tittle: 10330 - Power Transmission
* Author: Cheng-Shih, Wong
* Date: 2015/06/28
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10329 - Combinatorial Expression.java
Created June 28, 2015 10:22
10329 - Combinatorial Expression
/**
* Tittle: 10329 - Combinatorial Expression
* Author: Cheng-Shih, Wong
* Date: 2015/06/28
*/
import java.util.*;
import java.math.*;
public class Main {
@mob5566
mob5566 / 10328 - Coin Toss.java
Created June 27, 2015 14:56
10328 - Coin Toss
/**
* Tittle: 10328 - Coin Toss
* Author: Cheng-Shih, Wong
* Date: 2015/06/27
*/
import java.util.*;
import java.math.*;
public class Main {
@mob5566
mob5566 / 10326 - The Polynomial Equation.cpp
Created June 18, 2015 11:28
10326 - The Polynomial Equation
/**
* Tittle: 10326 - The Polynomial Equation
* Author: Cheng-Shih, Wong
* Date: 2015/06/17
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10325 - The Lottery.cpp
Last active August 29, 2015 14:23
10325 - The Lottery
/**
* Tittle: 10325 - The Lottery
* Author: Cheng-Shih, Wong
* Date: 2015/06/17
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10323 - You Must be Kidding.cpp
Created June 17, 2015 13:02
10323 - Factorial! You Must be Kidding!!!
/**
* Tittle: 10323 - Factorial! You Must be Kidding!!!
* Author: Cheng-Shih, Wong
* Date: 2015/06/17
*/
// include files
#include <bits/stdc++.h>
using namespace std;
@mob5566
mob5566 / 10315 - Poker Hands.cpp
Created June 17, 2015 11:34
10315 - Poker Hands
/**
* Tittle: 10315 - Poker Hands
* Author: Cheng-Shih, Wong
* Date: 2015/06/17
*/
// include files
#include <bits/stdc++.h>
using namespace std;