# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1011762 | 2024-07-01T08:06:04 Z | uranhishig | Hotter Colder (IOI10_hottercolder) | C++14 | 1324 ms | 124240 KB |
#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); if(w[i] == -1){ return i - 1; } } return 500; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 57 ms | 6748 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 57 ms | 6748 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 57 ms | 6772 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1324 ms | 124240 KB | Output isn't correct - alpha = 0.000000000000 |
2 | Halted | 0 ms | 0 KB | - |