lanqiao3712 接龙数列
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// lanqiao3712 接龙数列
|
||||||
#include<bits/stdc++.h>
|
#include<bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
const int N = 1e5 + 10;
|
const int N = 1e5 + 10;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// lanqiao3712 接龙数列
|
||||||
#include<bits/stdc++.h>
|
#include<bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
int dp[10];
|
int dp[10];
|
||||||
|
|||||||
Reference in New Issue
Block a user