摘要:
#include<bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; // 读取输入的两个整数A和I int k = a * b; // 初始化k为A和I的乘积 while (1) { // 无限循环,直 阅读全文
posted @ 2024-10-17 16:34
CRt0729
阅读(77)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e3+10,inf = 0x3f3f3f3f; int main() { int x,y,z,n,m; cin >> x >> y >> 阅读全文
posted @ 2024-10-17 16:32
CRt0729
阅读(25)
评论(0)
推荐(0)
摘要:
#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
阅读(103)
评论(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
阅读(110)
评论(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
阅读(31)
评论(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
阅读(36)
评论(0)
推荐(0)

浙公网安备 33010602011771号