-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
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
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; | ||
} |
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
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; | ||
} |
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
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 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
21 2 |