| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1317460 | 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=33333334;
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... | ||||
