| Problem | gota | 
|---|---|
| User | Skyler | 
| Submission Time | 2025-06-18 11:07:30 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 gota.cpp: In function ‘int main()’:
gota.cpp:8:7: error: conflicting declaration ‘bool N’
    8 |  bool N = false;
      |       ^
gota.cpp:5:9: note: previous declaration as ‘int N’
    5 |  int A, N;
      |         ^
gota.cpp:14:2: error: ‘found’ was not declared in this scope; did you mean ‘round’?
   14 |  found = true;
      |  ^~~~~
      |  round
gota.cpp:17:6: error: ‘found’ was not declared in this scope; did you mean ‘round’?
   17 |  if (found){
      |      ^~~~~
      |      round
gota.cpp:20:5: error: expected ‘(’ before ‘else’
   20 |  if else {
      |     ^~~~
      |     (