您的位置:首页 > 科技 > 能源 > 北京最新消息今天疫情_泉州网站制作专业_微信群发软件_免费个人网站平台

北京最新消息今天疫情_泉州网站制作专业_微信群发软件_免费个人网站平台

2024/11/17 4:43:33 来源:https://blog.csdn.net/2303_79812533/article/details/142633433  浏览:    关键词:北京最新消息今天疫情_泉州网站制作专业_微信群发软件_免费个人网站平台
北京最新消息今天疫情_泉州网站制作专业_微信群发软件_免费个人网站平台

1.10分代码 

#include <bits/stdc++.h>
using namespace std;
#define endl '\n'
#define int long long int
int n;
int a[20], t[20], d[20], l[20];
int dfs(int x, int time) {if (x >= n)return 1;for (int i = 1; i <= n; i++) {if (!a[i] && t[i] + d[i] >= time) {a[i] = 1;int u = max(time, t[i])+l[i];if (dfs(x + 1, u))return 1;a[i] = 0;//回溯}}return 0;
}
void solve() {cin >> n;for (int i = 1; i <= n; i++) {cin >> t[i] >> d[i] >> l[i];}memset(a, 0, sizeof(a));if (dfs(1, -1))cout << "YES" << endl;elsecout << "NO" << endl;}
signed main() {ios::sync_with_stdio(0);cin.tie(0);int t = 1;cin >> t;while (t--)solve();return 0;
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com