[ create a new paste ] login | about

adrien1018

Name: Adrien Wu
Email:
Site/Blog:
Location: New Taipei, Taiwan
Default language: C++
Favorite languages:
About:

Saved pastes by adrien1018:

C++, pasted on Apr 16:
1
2
3
4
#include <cstdio>
#include <bitset>

const int N = 1000000003;
...
view (66 lines, 1 line of output)
C++, pasted on Oct 11:
1
2
3
4
5
#include <iostream>
#include <bitset>
#include <cstring>

using namespace std;
...
view (86 lines, 3 lines of output)
C++, pasted on Oct 11:
1
2
3
4
#include <cstdio>
#include <vector>

using namespace std;
...
view (58 lines, 3 lines of output)
C++, pasted on Oct 11:
1
2
3
4
#include <iostream>
#include <cstring>
#include <string>
#include <algorithm>
...
view (33 lines, 2 lines of output)
C++, pasted on Oct 11:
1
2
3
4
5
#include "lib1164.h"
#include <vector>
#include <algorithm>

using namespace std;
...
view (37 lines, 3 lines of output)
C++, pasted on Oct 11:
1
2
3
4
5
#include <cstdio>
#include <algorithm>

long long S[4001];
long long dp[4001][4001];
...
view (23 lines, 3 lines of output)
C++, pasted on Oct 11:
1
2
3
4
5
#include "lib1227.h"

long long *D;
int N, i;
bool flag = true;
...
view (28 lines, 3 lines of output)
C++, pasted on Aug 5:
1
2
3
4
#include <cstdio>

char p;
const size_t bufsize = 65536;
...
view (34 lines, 2 lines of output)
C++, pasted on Aug 5:
1
2
3
4
#include <cstdio>

char p;
const size_t bufsize = 65536;
...
view (24 lines, 2 lines of output)
C++, pasted on May 22:
1
2
3
4
5
#include <unordered_map>
#include <cstdio>
#include <string>
#include <vector>
#include <cstring>
...
view (186 lines, 3 lines of output)
C++, pasted on May 21:
1
2
3
4
#include <fstream>
#include <string>

using namespace std;
...
view (41 lines)