This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10338 - Mischievous Children | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/30 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10336 - Rank the Languages | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/29 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10334 - Ray Through Glasses | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/29 | |
*/ | |
import java.util.*; | |
import java.math.*; | |
public class Main { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10330 - Power Transmission | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/28 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10329 - Combinatorial Expression | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/28 | |
*/ | |
import java.util.*; | |
import java.math.*; | |
public class Main { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10328 - Coin Toss | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/27 | |
*/ | |
import java.util.*; | |
import java.math.*; | |
public class Main { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10326 - The Polynomial Equation | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/17 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10325 - The Lottery | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/17 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10323 - Factorial! You Must be Kidding!!! | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/17 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tittle: 10315 - Poker Hands | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/06/17 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |