打赏

相关文章

杭州热身 思维训练

Problem B. Useful Algorithm 题意:交互题,有个分数的分子是x,分母是y,他们都大于等于1且不大于1000,每次询问会告诉你你猜的数是大还是小,请你用不超过20次的询问来才出来x和y, 思路:x和y一共…

js计时器

样式 <style>.dahe {width: 300px;height: 400px;margin: auto;background-color: pink;}.shijian {color: white;font-size: 40px;text-align: center;line-height: 80px;}.anniu {width: 250px;margin: auto;}button {width: 250px;font-size: 30px;margin-top: 20px;}…

手摸手带你撸一个拖拽效果

目录 前言 准备 创建所需要结构 编写样式 js编写拖拽效果 解释方法 所有代码 结尾 前言 最近看见一个拖拽效果的视频&#xff0c;看好多人评论说跟着敲也没效果&#xff0c;还有就是作者也不回复大家提出的一些疑问&#xff0c;本着知其然必要知其所以然的心理&#xf…

Codeforces Round #833 (Div. 2)A — C

Codeforces Round #833 (Div. 2) A. The Ultimate Square 题目分析 除以二向上取整即为答案 code #include<bits/stdc.h>using namespace std;int n, m, k, t;void solve() {cin >> n;cout << (n 1) / 2 << "\n"; }int main() {cin &g…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部