10 100
0110110001
1101000100
1000010000
0100101101
1001011001
1010101000
0001110011
01010000
<10226 bytes omitted>
用户输出
1
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5977 | #1006. mygo图 | Accepted | 100 | 571 ms | 9060 K | C++ 17 / 2.5 K | C192022211986 | 2023-09-25 12:08:21 |
using namespace std;
typedef long long ll;
typedef double db;
typedef pair<int, int> PII;
typedef pair<char, char> PCC;
typedef pair<int, string> PIS;
const int INF = 0x3f3f3f3f;
const double eps = 1e-6;
const ll mod = 1e9 + 7;
ll
const int N = 4010;
int n, m;
int id;
vector<int> g;
int cn;
vector<int> scc;
int edge_num;
string s;
string t;
void
void
int
10 100
0110110001
1101000100
1000010000
0100101101
1001011001
1010101000
0001110011
01010000
<10226 bytes omitted>
用户输出
1
系统信息
Exited with return code 0
2000 2000
01000100000000000000000000000100000000100000000000000000000000000000000000000000000001000
<8007911 bytes omitted>
用户输出
1
系统信息
Exited with return code 0
30 40
011111111111111111111111111111
101111111111111111111111111111
11011111111111111111111111111
<2547 bytes omitted>
用户输出
30
系统信息
Exited with return code 0