参考代码:
#include<bits/stdc.h>
using namespace std;
typedef long long ll;
int e[55][55], vis[55][55]; //e矩阵表示障碍物信息,vis矩阵表示点是否被访问过
int m 30, n 50;
struct node{ //定义结构体,用于存放点的信息 i…
参考代码:
#include<bits/stdc.h>
using namespace std;
typedef long long ll;
vector<int> v[100005]; //定义容器用于存放第i篇帖子被点赞的时间 int main()
{ios::sync_with_stdio(false); int n, d, k;cin >> n >> d >> k;in…
参考代码:
#include<bits/stdc.h>
using namespace std;int main()
{ios::sync_with_stdio(false); string str;cin >> str;int sum 0;int left, right;char s;int len str.size();for(int i 0; i < len; i) //依次循环每一个字符,…
参考代码:
#include<bits/stdc.h>
using namespace std;
typedef long long ll;
int array[100005], t[100005]; //array记录每个元素值,t记录取余k,各余数对应前缀和的数量 int main()
{ios::sync_with_stdio(false); ll sum 0, c…