Submission #00001


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include<bits/stdc++.h>
#define ll long long
#define endl "\n";
using namespace std;
int main(){
ll a,b,c,d,e=0;
cin >>a>>b;
for(int o=0; o<a; o++){
cin >>c;
if(c>=b){
e++;
}
}
cout <<e<<endl
return 0;
}

ステータス

項目 データ
問題 0001 - 長い問題文が嫌いです
ユーザー名 SnakyZoo8277089
投稿日時 2025-03-28 11:11:07
言語 C++17
状態 Accepted
得点 5
ソースコード長 278 Byte
最大実行時間 290 ms
最大メモリ使用量 50088 KB

セット

セット 得点 Cases
1 ALL 5 / 5 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in01.txt AC 83 ms 600 KB
1
in02.txt AC 21 ms 576 KB
1
in03.txt AC 147 ms 4520 KB
1
in04.txt AC 125 ms 8592 KB
1
in05.txt AC 290 ms 17272 KB
1
in06.txt AC 193 ms 22620 KB
1
in07.txt AC 70 ms 23616 KB
1
in08.txt AC 132 ms 27556 KB
1
in09.txt AC 225 ms 34948 KB
1
in10.txt AC 170 ms 40036 KB
1
in11.txt AC 270 ms 47940 KB
1
in12.txt AC 103 ms 50088 KB
1