Submission #1082729

# Submission time Handle Problem Language Result Execution time Memory
1082729 2024-09-01T10:17:04 Z Bors Hotter Colder (IOI10_hottercolder) C++17
Compilation error
0 ms 0 KB
#include "grader.h"

int HC(int n){

   int l=1, r=n;
   while(lcr){
      int ac=(l+r)/2;
      Guess(ac);

      int m=(ac+1);
      int k=Guess(m);
      if(k>=0){
         l=ac+1;
      }
      else{
         r=ac;
      }
   }
   return l;
}

Compilation message

hottercolder.cpp: In function 'int HC(int)':
hottercolder.cpp:6:10: error: 'lcr' was not declared in this scope
    6 |    while(lcr){
      |          ^~~