18XiWenjuan
18XiWenjuan
全部文章
分类
dp(29)
MFC(5)
STL(6)
分治(2)
博弈(6)
图论(39)
字符串(4)
思想(14)
思维(33)
搜索(10)
数据结构(12)
数论(45)
日常小技巧(1)
暴力|模拟(30)
未归档(12)
水|坑(23)
深度学习(2)
计算几何(6)
计蒜客(1)
赛后补题(22)
题解(2)
归档
标签
去牛客网
登录
/
注册
18XiWenjuan的博客
Hello World
全部文章
(共304篇)
sdnuoj1053(水题)
1053.水题4 Description lg寂寞了 lg想家了 lg想你了 lg发明了一种加法 1+1=b 2+2=d 3+3=f A+1=r … 所以他要来难倒syc,但是万能的鲁观已经破解了这一切,所以鲁观告诉你这方法很水你自己判断吧! Input 多个测试数据 每行2个元素a,b Outpu...
2020-09-21
2
550
sdnuoj1052(模拟)
1052.水题3 Description lg是妹子,这是大家众所周知的 但是lg有个恶趣味估计没人知道 好吧既然没有人知道就算了的吧 lg有的机器人,机器人能按照遥控器的指令来进行运动 具体的指令如下: H&*^kf30pq 机器人走一步 f03u5klfj# 机器人走两步 ...
2020-09-21
1
507
sdnuoj1331(二分)
1331.Kick Veges’ Ass 题目要求见下图。 同学讲明白的,注释是我的理解。二分,否则超时,注意用long long #include<cstdio> #include<iostream> #include<cstring> using name...
2020-09-21
1
453
sdnuoj1170(模拟)
1170.津津的储蓄计划 Description 津津的零花钱一直都是自己管理。每个月的月初妈妈给津津300元钱,津津会预算这个月的花销,并且总能做到实际花销和预算的相同。 为了让津津学习如何储蓄,妈妈提出,津津可以随时把整百的钱存在她那里,到了年末她会加上20%还给津津。因此津津制定了一个储蓄计划...
2020-09-21
1
477
sdnuoj1536(水题)
1536.How many users on SDNU OJ 题目见下图 可以用map #include <cstdio> #include <iostream> #include <map> #include <cstring> using nam...
2020-09-21
0
530
hdu1018(阶乘位数 取对数||斯特林公式)
Big Number Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure tra...
2020-09-21
2
601
hdu5922(最小生成树)
Minimum’s Revenge There is a graph of n vertices which are indexed from 1 to n. For any pair of different vertices, the weight of the edge between the...
2020-09-21
1
496
pkuoj1852(思维)
Ants DescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of t...
2020-09-21
1
416
sdnuoj1533(水题)
1533.寻找复读机 某小队里一共有 n 个人,他们的编号是 1…n,其中有一些人本质上是复读机。底层群员柳予欣发现,如果一个人的本质是复读机,那么他每次发的消息一定跟群里的上一条消息一样,特别地第一个发消息的人一定不是复读机。某不愿透露姓名的管理员现在搞到了一份聊天记录,他想请你找出所有可能是复读...
2020-09-21
0
378
sdnoj1072(模拟)
1072.我们爱递归 Description 我们想明白递归函数到底是怎么运作的,所以想用递归来计算当给定一个正整数n(n < 16)时,求出n + (n-1)……+1的值,同时进行一些输出 要求写一个int plus1(int a)形式的函数,在进入递归函数时,输出相关信息。在调用结束返...
2020-09-21
1
482
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页