lanqiao 1463 货物摆放
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// lanqiao 1463 货物摆放
|
// lanqiao 1463 货物摆放
|
||||||
#include<bits/stdc++.h>
|
#include<bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#define int long long
|
#define int long long
|
||||||
/*
|
/*
|
||||||
搜索解法:由于n过大,严重超时,无法跑出结果
|
搜索解法:由于n过大,严重超时,无法跑出结果
|
||||||
枚举解法:由于只有三个位置,所以直接枚举三个位置上的数字
|
枚举解法:由于只有三个位置,所以直接枚举三个位置上的数字
|
||||||
|
|||||||
Reference in New Issue
Block a user