比赛打的多了,知道自己有多水了。没什么信心打下去了。加之,这几晚一直熬夜玩耍,注意力集中不了。感觉是要放弃的节奏啊~熬夜玩耍。
-
A. Magic Mirror 题库链接(签到题)
- 通过率: 98.74 %
- 通过人数: 1650
-
#include<iostream> #include<cstdio> #include<string> #include<cstring> using namespace std; int main(){int t;scanf("%d",&t);while(t--){char s[20],tmp[20]={"jessie"};scanf("%s",s);if(strlen(s)==6){bool flag=true;for(int i=0;i<6;i++){if(s[i]==tmp[i]-32){s[i]=tmp[i];}else if(s[i]!=tmp[i]){flag=false;break;}}if(flag){printf("Good guy!\n");continue;}}printf("Dare you say that again?\n");}return 0; }
-
B. Mathematical Curse 题库链接
- 通过率: 73.49 %
- 通过人数: 585
-
C. Password 题库链接
- 通过率: 9.52 %
- 通过人数: 4
-
D. Sequence 题库链接
- 通过率: 59.02 %
- 通过人数: 36
-
E. Jiu Yuan Wants to Eat 题库链接
- 通过率: 70.94 %
- 通过人数: 144
-
F. Modular Production Line 题库链接
- 通过率: 70.78 %
- 通过人数: 172
-
G. Give Candies 题库链接
- 通过率: 80.62 %
- 通过人数: 1202
-
H. String and Times 题库链接
- 通过率: 71.26 %
- 通过人数: 357
-
I. Save the Room 题库链接(签到题)
- 通过率: 98.37 %
- 通过人数: 1631
-
#include<iostream> #include<cstdio> #include<string> #include<cstring> using namespace std; int main(){int a,b,c;while(~scanf("%d%d%d",&a,&b,&c)){if(a>1&&a%2==0||b>1&&b%2==0||c>1&&c%2==0){printf("Yes\n");}else printf("No\n");}return 0; }
-
J. Participate in E-sports 题库链接
- 通过率: 51.65 %
- 通过人数: 298
-
K. Transport Ship 题库链接
- 通过率: 79.48 %
- 通过人数: 674
-
L. Poor God Water 题库链接
- 通过率: 88.97 %
- 通过人数: 750