# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1011812 | 2024-07-01T09:04:11 Z | nomuluun | Hotter Colder (IOI10_hottercolder) | C++14 | 0 ms | 0 KB |
#include<bits/stdc++.h> using namespace std; Guess(int i); int HC(int N){ for(int i=1; i<=N; i++){ Guess(i); } }