Skip to content

Commit

Permalink
287 not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenjiaqi committed Mar 26, 2014
1 parent 6a87f42 commit 2e34aba
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 0 deletions.
43 changes: 43 additions & 0 deletions 287/287.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#include <algorithm>
#include <string>
#include <vector>
#include <cmath>
#include <map>
#include <fstream>
#include <cassert>
#include <set>
#include <queue>
#include <iostream>
#include <utility>
#include <stack>
#include <complex>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <list>
#include <functional>
#include <cctype>
using namespace std;
typedef long double ld;
typedef long long ll;
typedef pair<int,int> ppi;
typedef pair<ll,ll> ppl;
typedef pair<double,double> ppd;
#define PB push_back
#define MP make_pair
#define FIR first
#define SEC second
#define FOR(a,b,c) for(int a=(b);a<(c);++a)
#define FR(a,b) for(typeof(b.begin()) a=b.begin();a!=b.end();++a)
ll q;
int c;
int main()
{
cin >> q >> c;
int ans(0);
for(; ; )
{

}
return 0;
}
39 changes: 39 additions & 0 deletions 287/287.cpp~
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#include <algorithm>
#include <string>
#include <vector>
#include <cmath>
#include <map>
#include <fstream>
#include <cassert>
#include <set>
#include <queue>
#include <iostream>
#include <utility>
#include <stack>
#include <complex>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <list>
#include <functional>
#include <cctype>
using namespace std;
typedef long double ld;
typedef long long ll;
typedef pair<int,int> ppi;
typedef pair<ll,ll> ppl;
typedef pair<double,double> ppd;
#define PB push_back
#define MP make_pair
#define FIR first
#define SEC second
#define FOR(a,b,c) for(int a=(b);a<(c);++a)
#define FR(a,b) for(typeof(b.begin()) a=b.begin();a!=b.end();++a)
int main()
{

#ifdef LOCAL_DEFINE
cerr << "Time elapsed: " << 1.0 * clock() / CLOCKS_PER_SEC << " s.\n";
#endif
return 0;
}
Binary file added 287/a.out
Binary file not shown.
7 changes: 7 additions & 0 deletions 287/in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
111 1
21 20
21 2
1 1
1000000000000000 1000000
65535 0
65536 0
1 change: 1 addition & 0 deletions 287/in~
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21 2

0 comments on commit 2e34aba

Please sign in to comment.