| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1011764 | uranhishig | Hotter Colder (IOI10_hottercolder) | C++14 | 2684 ms | 262144 KiB | 
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;
int Guess(int G);
int HC(int n){
	int q = 0, i;
	int w[501];
	for(int i = 1; i<=500; i++){
		w[i] = Guess(i);
	}
   	for(int i = 1; i < 500; i++){
   		if(w[i + 1] == -1){
   			return i;
		}
   	}
   	return n;
}
Compilation message (stderr)
| # | 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... | ||||
