膜拜器(2024最新)

Keda综合测评,100分的一定是大神(只能测1次!)(密码:123457,一测勿看)

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int score = 0;
bool c = false;
string ans;
void subject(int id, string body, string rightAns, int scr){
	system("cls");
	if(id >= 12)printf("Now score:%d\n", score);
	printf("Subject %d:", id);
	cout << body;
	if(c)cout << "\nRightAns:" << rightAns;
	printf("\nRightScore:%d\nPlease answer:", scr);
	getline(cin, ans);
	if(ans == rightAns){
		printf("Right\n");
		score += scr;
	}else printf("Wrong\n");
	Sleep(2000);
}
int main(){
	printf("(2023/7/31)第3期!满分100分,60分及格,加油吧!(输入密码可查看答案)\n");
	cin >> ans;
	if(ans == "123457"){
		printf("密码正确!\n");
		c = true;
	}
	getline(cin, ans);
	system("pause");
	Sleep(1000);
	subject(1, "(签到题)3+3=?", "6", 1);
	subject(2, "以下面向过程的语言:\nA.C++ B.C C.Java D.Python", "B", 5);
	subject(3, "NOI的全名是?(每个单词首字母大写,如Hello World)", "National Olympiad Informatics", 10);
	subject(4, "int a[10] = {0,5,3,6,7,34,8,29,15,2};sort(a+1,a+8)完成后,a[6]=?", "29", 5);
	subject(5, "INT_MAX=?", "2147483647", 3);
	subject(6, "13 ^ ((3 & 6) | 12) 的结果是?(4位2进制)", "0011", 10);
	subject(7, "关机的代码是:system(\"___ -s -t 1\")(下划线处填空)", "shutdown", 7);
	subject(8, "54088的意思是?", "我是你爸爸", 3);
	subject(9, "输出流头文件是?", "ostream", 8);
	subject(10, "system函数引用的头文件是?(例:iostream)", "windows.h", 6);
	subject(11, "你现在有多少分?(不许撒谎)", to_string(score), 12);
	subject(12, "dp的中文是?", "动态规划", 4);
	subject(13, "TLE全名是?", "Time Exceeded", 6);
	subject(14, "MLE全名是?", "Memory Exceeded", 8);
	subject(15, "双端队列英文是?", "deque", 6);
	subject(16, "(最后一题)寻找“当前最优解”的算法是?", "贪心", 6);
	system("cls");
	if(score < 20)printf("等级:D(0-19)");
	else if(score < 40)printf("等级:C(20-39)");
	else if(score < 60)printf("等级:B(40-59)");
	else if(score < 80)printf("等级:A(60-79)");
	else if(score < 90)printf("等级:S(80-89)");
	else if(score < 100)printf("等级:SS(90-99)");
	else printf("等级:SSS(100)\n你已经无敌了!");
	return 0;
}

异世界之旅(停更)

1-5期

6-8期

小问答(停更)

一言不合就关机(停更)

同桌小游戏入口(忽略开头的照片)

其余游戏请前往主页 -> 传送门 -> Hydro博客