Skip to content

Instantly share code, notes, and snippets.

/*
* AOJ 1160
* AC
* /
#include <iostream>
using namespace std;
const int MAX_SIZE = 21;
int w, h;
/*
* AOJ 1160
* AC
*/
#include <iostream>
using namespace std;
const int MAX_SIZE = 51;
/*
* AOJ 1187
* Wrong Answer
*/
#include <iostream>
#include <queue>
#include <utility>
#include <algorithm>
using namespace std;
/*
* AOJ 2253
* give up
*/
#include <iostream>
#include <utility>
#include <cmath>
using namespace std;
typedef pair<int, int> pos;
/*
* AOJ 0033
* AC
*/
#include <bits/stdc++.h>
using namespace std;
/*
* AOJ 10031
* AC
*/
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
/*
* AOJ 10033
* AC
*/
#include <iostream>
#include <string>
#include <stack>
using namespace std;
/*
* AOJ 10032
* AC
*/
#include <stack>
#include <iostream>
#include <string>
using namespace std;
/*
* AOJ 3
* Is it a Right Triangle? (PCK 2003)
* AC
*/
#include <iostream>
#include <algorithm>
using namespace std;
/*
* AOJ 4
* Simultaneous Equation (PCK 2003)
* AC
*/
#include <iostream>
#include <cstdio>
using namespace std;