HUST Online Judge WebBoard
Problem 123789456 >> 成语填空
zhangxuanzhen @ 2024-07-02 20:16:17
[ Quote ] [ Edit ] [ Delete ] 1#
原()()动
王()()耀
躺()发()
鸡()太()
爱蔡()()
()肠派()
zhaodongqiang @ 2024-07-02 20:21:01
[ Quote ] [ Edit ] [ Delete ] 2#
原神启动
王者荣耀
躺平发育
鸡你太美
爱蔡徐坤
香肠派对
tangzhicheng @ 2024-07-02 20:26:26
[ Quote ] [ Edit ] [ Delete ] 3#
不是原神启动
zhaodongqiang @ 2024-07-02 20:37:57
[ Quote ] [ Edit ] [ Delete ] 4#
zhangxuanzhen @ 2024-07-02 20:49:39
[ Quote ] [ Edit ] [ Delete ] 5#
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
char a[30][75];
int main(){
cout<<"Welcome to the arena where your mission is to defeat all the prisoners.";
Sleep(4000);
system("cls");
cout<<"Let's go!";
Sleep(2000);
system("cls");
cout<<"Before that, you can check the instructions(Letters must be capitalized).(Y/N)";
char c;
cin>>c;
if(c=='Y'){
cout<<"You are a police officer, you have a knife, you can go to him, press the 'P' key to get that prisoner* off, you can w/a/s/d to move, note that your strength is limited, but when you defeat a prisoner, you can regain your strength. Attack once with a force of five points, go with a force of two points, the initial fifty points, when your strength is less than five, you can press the 'Q' key will be 20 HP, only three times.";
system("color 36");
Sleep(20000);

}
system("cls");
return 0;
}
zhangxuanzhen @ 2024-07-02 20:49:51
[ Quote ] [ Edit ] [ Delete ] 6#
这是游戏前置
zhaodongqiang @ 2024-07-02 21:02:29
[ Quote ] [ Edit ] [ Delete ] 7#
?
zhangxuanzhen @ 2024-07-03 10:25:44
[ Quote ] [ Edit ] [ Delete ] 8#
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
char a[30][75];
int main(){
cout<<"Welcome to the arena where your mission is to defeat all the prisoners.";
system("color 69");
Sleep(4000);
system("cls");
cout<<"Let's go!";
system("color 69");
Sleep(2000);
system("cls");
cout<<"Before that, you can check the instructions(Letters must be capitalized).(Y/N)";
system("color 69");
char c;
cin>>c;
if(c=='Y'){
cout<<"You are a police officer, you have a knife, you can go to him, press the 'P' key to get that prisoner* off, you can w/a/s/d to move, note that your strength is limited, but when you defeat a prisoner, you can regain your strength. Attack once with a force of five points, go with a force of two points, the initial fifty points, when your strength is less than five, you can press the 'Q' key will be 20 HP, only three times.";
system("color 69");
Sleep(20000);
}
system("cls");
return 0;
}
zhangxuanzhen @ 2024-07-03 10:25:56
[ Quote ] [ Edit ] [ Delete ] 9#
改了一下
zhangxuanzhen @ 2024-07-03 10:26:49
[ Quote ] [ Edit ] [ Delete ] 10#
你们有没有发现,现在讨论版没条数限制了
zhaodongqiang @ 2024-07-03 11:11:14
[ Quote ] [ Edit ] [ Delete ] 11#
yuzihao @ 2024-07-08 12:14:59
[ Quote ] [ Edit ] [ Delete ] 12#