Problem | catlunch |
---|---|
User | PyAce |
Submission Time | 2025-08-12 15:07:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:20:7: error: ‘debounce’ was not declared in this scope; did you mean ‘debouce’?
20 | if (debounce <= inputs1) {
| ^~~~~~~~
| debouce
catlunch.cpp:24:9: error: expected ‘;’ before ‘}’ token
24 | break
| ^
| ;
25 | }
| ~