- 博客(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
79
原创 Java笔记
点火公式 链接: https://www.jianshu.com/p/01c80b3694a7 记忆:分母为偶数,后边就要继续乘二分之派 记忆:奇次方函数不用上翻,偶次方需要上翻。
2021-05-04 14:41:15
92
原创 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
136
原创 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
128
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人