热爱学习珂某人
码龄6年
求更新 关注
提问 私信
  • 博客:2,547
    2,547
    总访问量
  • 6
    原创
  • 0
    粉丝
  • 3
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:湖北省
加入CSDN时间: 2019-08-22
博客简介:

qq_45557601的博客

查看详细资料
个人成就
  • 获得1次点赞
  • 内容获得2次评论
  • 获得0次收藏
  • 博客总排名1,188,810名
创作历程
  • 6篇
    2021年
成就勋章

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

兴趣领域 设置
  • 人工智能
    神经网络
创作活动更多

王者杯·14天创作挑战营·第2期

这是一个以写作博客为目的的创作活动,旨在鼓励码龄大于4年的博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。 注: 1、参赛者可以进入活动群进行交流、分享创作心得,互相鼓励与支持(开卷),答疑及活动群请见https://bbs.csdn.net/topics/619735097 2、文章质量分查询:https://www.csdn.net/qc 我们诚挚邀请你们参加为期14天的创作挑战赛!

56人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

1072 Gas Station (30 分)测试点2 3没过

#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>#include <math.h>#include <string>#include <map>#include <string>#include <stack>#include <queue>#include <s
原创
发布博客 2021.03.12 ·
236 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

1018 Public Bike Management

#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>#include <math.h>#include <string>#include <map>#include <string>#include <stack>#include <queue>#include <s
原创
发布博客 2021.03.12 ·
113 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

科学计数法

#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>#include <math.h>#include <string>using namespace std;int n;string deal(string str,int& e){ int k=0; while(str.size()>0&&am
原创
发布博客 2021.02.27 ·
727 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

PAT1010 Radix

#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>#include <math.h>using namespace std;typedef long long LL;int Map[256];LL inf=(1LL << 63) - 1;void init(){ for(char k='0';k<='9';
原创
发布博客 2021.02.26 ·
226 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

1080 Graduate Admission

#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>using namespace std;struct student { int id; int GE; int GI; int avl; int choices[10]; int Rank;}stu[100010];struct school{ int students[100];
原创
发布博客 2021.02.23 ·
98 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

1075 PAT Judge (25 分) 甲级 A1075 测试点2和4纠错

1075 PAT Judge (25 分)#include <iostream>#include <string.h>#include <algorithm>#include <cstdio>using namespace std;struct student { int id; int grade[5]; int zong; bool ac[5]; int acnum; bool isPrint;}stu[100010];bool
原创
发布博客 2021.02.22 ·
532 阅读 ·
1 点赞 ·
2 评论 ·
0 收藏