| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1355849 | FaresSTH | Hotter Colder (IOI10_hottercolder) | C++20 | 10083 ms | 8228 KiB |
#include"bits/stdc++.h"
#include"grader.h"
using namespace std;
using ll=long long;
#define S second
#define F first
int HC(int n){
for(int i=1;i<=n;i++){
if(Guess(i)==-1)return i-1;
}
return n;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
