Problem helloworld
User yhkhoo
Submission Time 2023-12-11 11:14:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int bs(int, int, int)’:
helloworld.cpp:3:6: error: ‘s’ was not declared in this scope
3 | if (s==e){
| ^
helloworld.cpp:3:9: error: ‘e’ was not declared in this scope
3 | if (s==e){
| ^
helloworld.cpp:4:7: error: ‘v’ was not declared in this scope
4 | if (v<val) return s;
| ^
helloworld.cpp:5:15: error: ‘INF’ was not declared in this scope
5 | else return INF; //not found
| ^~~
helloworld.cpp:7:6: error: ‘s’ was not declared in this scope
7 | if (s==a){
| ^
helloworld.cpp:8:7: error: ‘v’ was not declared in this scope
8 | if (v>=val) return INF;
| ^
helloworld.cpp:8:22: error: ‘INF’ was not declared in this scope
8 | if (v>=val) return INF;
| ^~~
helloworld.cpp:9:10: error: ‘m’ was not declared in this scope
9 | if (b<=m || l-&g