| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1317461 | eshanahmed | CONSUL (info1cup19_consul) | C++20 | 0 ms | 332 KiB |
// ﷽
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#include "grader.h"
int check=333333334;
void solve(int N){
int ans=-1;
for(auto i=1;i<=N;i++){
int temp=kth(i);
if(temp>=check){
ans=temp;
break;
}
}
say_answer(ans);
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
