A - Codeforces Rating

Posted Kearon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了A - Codeforces Rating相关的知识,希望对你有一定的参考价值。

 1 #include <bits/stdc++.h>
 2 using namespace std;
 3 int main()
 4 {
 5     int n;
 6     scanf("%d",&n);
 7     while(n--)
 8     {
 9         int m,r;
10         int num,sum=0;
11         scanf("%d%d",&m,&r);
12         for(int i=0;i<m;i++)
13         {
14             scanf("%d",&num);
15             sum+=num;
16         }
17         if(sum+1500==r)
18             printf("Correct\n");
19         else
20             printf("Bug\n");
21     }
22 }

A - Codeforces Rating

以上是关于A - Codeforces Rating的主要内容,如果未能解决你的问题,请参考以下文章

Blog Post Rating CodeForces - 806E (线段树二分)

codeforces比赛后怎么看题解和答案

[Codeforces Round #522 (Div. 2, based on Technocup 2019 Elimination Round 3)][C. Playing Piano](代码片段

Codeforces Global Round 12 D. Rating Compression(思维,尺取)

Codeforces Global Round 12 D. Rating Compression(思维,尺取)

codeforces怎样才能改变id颜色(程序设计的)