0_0_39589976_23650.cpp: In function 'int solve()':
0_0_39589976_23650.cpp:11:20: error: 'temp' was not declared in this scope; did you mean 'tmp'?
11 | temp=-INF;
| ^~~~
| tmp
0_0_39589976_23650.cpp:18:17: error: 'temp' was not declared in this scope; did you mean 'tmp'?
18 | return temp;
| ^~~~
| tmp
|