自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 2021-05-04

链接: https://www.bilibili.com/video/BV1Nx411g7F7/?spm_id_from=333.788.recommend_more_video.-1. 妈的绝了这个分部积分表格法爱了爱了

2021-05-04 15:17:05 56

原创 Java笔记

点火公式 链接: https://www.jianshu.com/p/01c80b3694a7 记忆:分母为偶数,后边就要继续乘二分之派 记忆:奇次方函数不用上翻,偶次方需要上翻。

2021-05-04 14:41:15 68

原创 Biker‘s Trip Odometer

Biker’s Trip Odometer 题目 Problem Description Most bicycle speedometers work by using a Hall Effect sensor fastened to the front fork of the bicycle. A magnet is attached to one of the spokes on the front wheel so that it will line up with the Hall Effect s

2021-02-01 13:45:37 109

原创 Elevator

Elevator 电梯 #include<stdio.h> int main() { int n,time; char ch; while(scanf("%d",&n)!=EOF) { int a[n],i=1; scanf("%d",&a[0]); time=n*5+a[0]*6; while(getchar()!='\n') { scanf("%d",&a[i]); if(a[i]<a[i-1]) time+=4*

2021-01-31 14:09:29 105

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除