Problem | gecko |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-17 16:22:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:24:16: error: ‘ht’ was not declared in this scope; did you mean ‘wt’?
24 | if (j/h == ht && val[j] > high){
| ^~
| wt
gecko.cpp:30:10: error: expected ‘;’ before ‘if’
30 | wt -= 1
| ^
| ;
31 | if (wt == -1){
| ~~