This file contains 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: 10400 - Game Show Math | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/08/13 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10397 - Connect the Campus | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/08/13 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10368 - Euclids Game | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/21 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10377 - Maze Traversal | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/20 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10364 - Square | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/10 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10361 - Automatic Poetry | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/09 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10359 - Tiling | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/08 | |
*/ | |
import java.util.*; | |
import java.math.*; | |
public class Main { |
This file contains 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: 10346 - Peter's Smokes | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/08 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10344 - 23 out of 5 | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/04 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
This file contains 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: 10342 - Always Late | |
* Author: Cheng-Shih, Wong | |
* Date: 2015/07/04 | |
*/ | |
// include files | |
#include <bits/stdc++.h> | |
using namespace std; |
NewerOlder