Problem | numbergame |
---|---|
User | Josh28 |
Submission Time | 2023-01-15 17:43:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numbergame.cpp: In function ‘void solve()’:
numbergame.cpp:82:16: error: redeclaration of ‘ll l’
82 | ll l = order_of_key(yes);
| ^
numbergame.cpp:81:16: note: ‘ll l’ previously declared here
81 | ll l, u;
| ^
numbergame.cpp:82:20: error: ‘order_of_key’ was not declared in this scope
82 | ll l = order_of_key(yes);
| ^~~~~~~~~~~~
numbergame.cpp:83:16: error: redeclaration of ‘ll u’
83 | ll u = l+1;
| ^
numbergame.cpp:81:19: note: ‘ll u’ previously declared here
81 | ll l, u;
| ^