# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1161549 | the_ZHER | Kitchen (BOI19_kitchen) | C++20 | 6 ms | 328 KiB |
#include <bits/stdc++.h>
#define boost ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
#define int long long
using namespace std;
const int inf=1e18;
const int N=5e5+100;
const int N1=5e5;
const int N2=1e6;
const int mod=1e9+7;
const int k1=447;
struct edge{
int x,w;
};
struct edge1{
int x,g,d;
};
vector<int>v;
vector<int>v1;
signed main(){
boost;
int n,m,k;
cin>>n>>m>>k;
v.push_back(0);
int ok=0;
int cnt2=0;
for(int i=0;i<n;i++){
int x;
cin>>x;
cnt2+=x;
if(x<k){
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |