| Problem | guessproblem2 | 
|---|---|
| User | f0restf1re | 
| Submission Time | 2023-04-03 10:48:14 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 guessproblem2.cpp: In function ‘int32_t main()’:
guessproblem2.cpp:17:35: error: redeclaration of ‘bool x’
   17 |  if (a==11) cout<<"lunchbox";bool x=true;
      |                                   ^
guessproblem2.cpp:5:18: note: ‘bool x’ previously declared here
    5 |  int a,b,c; bool x=false;
      |                  ^
guessproblem2.cpp:18:10: error: expected unqualified-id before ‘==’ token
   18 |  if (bool==false) return(b/128);
      |          ^~