摘要:
#include<bits/stdc++.h> #define ll long long using namespace std; const int N = 1e3+10; int c; bool check(int a,int b) { if(a + b <= c) return 0; //不构 阅读全文
posted @ 2024-10-17 16:31
CRt0729
阅读(82)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> #define ll long long using namespace std; const int N = 1e3+10; bool check(int x) { int sum = 0,m = x; //分割m,然后计算次方和sum while( 阅读全文
posted @ 2024-10-17 16:28
CRt0729
阅读(94)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> #define ll long long using namespace std; const int N = 1e3+10; int main() { for(int i = 100; i <= 999; i++) { //判断i是水仙花数 int 阅读全文
posted @ 2024-10-17 16:25
CRt0729
阅读(23)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; int main() { int a,b,maxx = 0,ans; //maxx是最大上课时间,ans是最不开心的一天 for(int i = 1; i <= 7; i++) { cin >> a >> b; 阅读全文
posted @ 2024-10-17 16:24
CRt0729
阅读(26)
评论(0)
推荐(0)

浙公网安备 33010602011771号