• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

ph-123456

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2024年11月14日

9 递归

摘要: include include<string.h> include<stdio.h> include include <ctype.h> using namespace std; int b,c; int a[100], m[100][100] = {0,0,0}; int main() { cin 阅读全文

posted @ 2024-11-14 16:52 哈哈哈哈666 阅读(12) 评论(0) 推荐(0)

2024年11月13日

8 求月利率

摘要: include include<string.h> include<stdio.h> include include <ctype.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; double low = 0 阅读全文

posted @ 2024-11-13 12:36 哈哈哈哈666 阅读(8) 评论(0) 推荐(0)

2024年11月6日

day7

摘要: include include<string.h> include<stdio.h> include include <ctype.h> using namespace std; void expandString(char* str, int p1, int p2, int p3) { int i 阅读全文

posted @ 2024-11-06 12:44 哈哈哈哈666 阅读(11) 评论(0) 推荐(0)

2024年10月31日

day6

摘要: include include<string.h> include<stdio.h> include using namespace std; void qj(int a, int b,int m) { if ((a + b) * (b - a + 1) == 2 * m) cout << a << 阅读全文

posted @ 2024-10-31 10:27 哈哈哈哈666 阅读(10) 评论(0) 推荐(0)

2024年10月30日

day5

摘要: include include<string.h> include<stdio.h> include using namespace std; int main() { char a[20] = {"adgjmptw "}; char b[20] = { "behknqux" }; char c[2 阅读全文

posted @ 2024-10-30 11:03 哈哈哈哈666 阅读(22) 评论(0) 推荐(0)

2024年10月29日

day4

摘要: include using namespace std; include<string.h> include<stdio.h> include double f(double a, double b, double c, double d,double x) { return a * x * x * 阅读全文

posted @ 2024-10-29 12:30 哈哈哈哈666 阅读(6) 评论(0) 推荐(0)

2024年10月25日

day3

摘要: include using namespace std; include<string.h> include<stdio.h> int main() { int n,x=0; cin >> n; int* p = new int[n]; for (int i = 0; i < n; i++) { c 阅读全文

posted @ 2024-10-25 12:48 哈哈哈哈666 阅读(14) 评论(0) 推荐(0)

2024年10月24日

day2

摘要: include using namespace std; include<string.h> include<stdio.h> int main() { int n; cin >> n; string* p = new string[n]; for (int i = 0; i < n; i++) { 阅读全文

posted @ 2024-10-24 11:14 哈哈哈哈666 阅读(12) 评论(0) 推荐(0)

2024年10月23日

day1

摘要: include using namespace std; int main() { int n,t; double a; int l[5000]; for (int i = 1; i < 5000; i++) { l[i] = 0; } cin >> n; for (int i = 0; i < n 阅读全文

posted @ 2024-10-23 17:29 哈哈哈哈666 阅读(13) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3