Problem duckwar
User PlayVoltz
Submission Time 2023-10-31 00:28:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘int main()’:
duckwar.cpp:16:10: error: ‘highval’ was not declared in this scope; did you mean ‘sigval’?
16 | ans = highval;
| ^~~~~~~
| sigval
duckwar.cpp:20:10: error: ‘lowval’ was not declared in this scope
20 | ans = lowval;
| ^~~~~~