| Problem | logs | 
|---|---|
| User | Halud | 
| Submission Time | 2025-02-11 21:33:12 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 logs.cpp: In function ‘int main()’:
logs.cpp:29:11: error: ‘temp’ was not declared in this scope
   29 |    sum += temp;
      |           ^~~~
logs.cpp:31:6: error: ‘sum’ was not declared in this scope
   31 |   if(sum <= K){
      |      ^~~
logs.cpp:32:10: error: ‘mid’ was not declared in this scope
   32 |    ans = mid;
      |          ^~~
logs.cpp:35:12: error: ‘mid’ was not declared in this scope
   35 |   else l = mid + 1;
      |            ^~~
logs.cpp: At global scope:
logs.cpp:38:3: error: ‘cout’ does not name a type
   38 |   cout << ans;
      |   ^~~~
logs.cpp:39:1: error: expected declaration before ‘}’ token
   39 | }
      | ^