/images/avatar.png

^_^

abc158

A - Station and Bus

题目链接

题意

给一长度为3的,只含AB的字符串,问是否存在相邻两个字符不同的情况

题解

签到题

ac代码

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#include<bits/stdc++.h>
using namespace std;
int main()
{
	string s;
	cin>>s;
	if((s[0]=='A' and s[1]=='A' and s[2]=='A') or(s[0]=='B' and s[1]=='B' and s[2]=='B'))
	cout<<"No"<<endl;
	else cout<<"Yes"<<endl;
	return 0;
}

B - Count Balls

题目链接

题意

有蓝球和红球若干,将他们排成一排,不断通过以下操作排列,在尾部加a个蓝球,在尾部加b个红球,问前n个球有多少个蓝球

波斯王子

波斯王子 prince of persia是ubisoft于1989年发行的一款单机游戏 https://img-blog.csdnimg.cn/20200308225600498.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQzNzM3Njk3,size_16,color_FFFFFF,t_70 波斯王子有好多部,前3部是一个完整的故事,后面则是一些衍生

刺客信条2

ac2由育碧蒙特利尔工作室开发

https://img-blog.csdnimg.cn/20200308231856222.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQzNzM3Njk3,size_16,color_FFFFFF,t_70 十年前玩的游戏,环境渲染和剧情真的超棒

背景音乐选的十分用心

后来主角ezio也成为了刺客信条系列的标志

光环1

halo1是微软于2001年发行的第一人称射击游戏

https://img-blog.csdnimg.cn/20200308233707597.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQzNzM3Njk3,size_16,color_FFFFFF,t_70

halo是一个很注重武器选择的游戏,合适的武器会非常高效

剧情

2160-2200:早期冲突

刻痕

《刻痕》是由蓝天使制作组制作的2D动画游戏,于2008年发行,是一款恐怖推理解谜游戏

《刻痕》是国内原创推理悬疑解谜(猎奇)游戏的始祖,国内第一个以R15作为GALGAME正式标准的游戏,也是国内第一个R15类型的推理悬疑解谜(猎奇)类游戏,刻痕系列首次在国内提出了带有悬疑、血腥、恐怖或者猎奇要素的游戏,要以R15作为分类标准的概念,此分类概念在后来在国内整个GALGAME行业业界被得以广泛认可,并被普遍流传使用。

abc157

A - Duplex Printing

题目链接

题意

每一页正反两面可以分别写一个数,问有n个不同的数可以写几页

思路

简单模拟

ac代码如下

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a;
	cin>>a;
	if(a&1)
	cout<<a/2+1<<endl;
	else
	cout<<a/2;
	return 0;
}

B - Bingo

题目链接

题意

有一个3*3的网格填满数字,接下来给出一些数字,如果网格中有,就标记。

test for music and video

paste a music below

[video(video-HXuIKyFl-1583157343324)(type-bilibili)(url-https://player.bilibili.com/player.html?aid=93185992)(image-https://ss.csdn.net/p?http://i0.hdslb.com/bfs/archive/393b26d243ae8f1c7b3cf4d1ba0bea2fd4015d85.jpg)(title-【暴走大事件】致 杠 精)]

test

Button

Try Element

Cloud

fail to load fail to load fail to load fail to load fail to load fail to load

Game



Watch_Dogs2           Watch Dogs: Legion       Forza Horizon 4



Forza Horizon 5          Dishonored           Dishonored 2



Assassin's Creed 2         Assassin's Creed Brotherhood  Assassin's Creed Unity



Assassin's Creed Origins      Assassin's Creed Odyssey      Assassin's Creed Valhalla



Metro Exodus           PUBG              Dota 2



CS:GO                Grand Theft Auto V         Riders Republic



PoP: The Sands of Time      PoP: Warrior Within        PoP: The Two Thrones



HITMAN 2            Human: Fall Flat          SCP: Secret Laboratory



Cyberpunk 2077          Sekiro: Shadows Die Twice    Battlefield 1



Steep               Notch              Halo: Combat Evolved



DARK SOULS III          Apex Legends          Overwatch



It Takes Two            NieR:Automata         Tomb Raider



Life is Strange - Episode 1     Yakuza 0             The Witcher 3: Wild Hunt



Left 4 Dead            Subnautica            Devil May Cry 5



FINAL FANTASY XV        ICEY               God of War



课设测试(临时)


实验一 实验二 实验三 实验四 实验五 清空 例子