0_0_39514801_23186.cpp: In function 'int main()':
0_0_39514801_23186.cpp:24:19: error: 'inf' was not declared in this scope; did you mean 'sinf'?
24 | int ans = inf;
| ^~~
| sinf
0_0_39514801_23186.cpp:52:13: error: continue statement not within a loop
52 | continue;
| ^~~~~~~~
0_0_39514801_23186.cpp: At global scope:
0_0_39514801_23186.cpp:56:5: error: expected unqualified-id before 'return'
56 | return 0;
| ^~~~~~
0_0_39514801_23186.cpp:57:1: error: expected declaration before '}' token
57 | }
| ^
|