Problem ljubomora
User Henries
Submission Time 2024-10-05 11:08:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘void bin_search(long long int, long long int)’:
ljubomora.cpp:5:11: error: a function-definition is not allowed here before ‘{’ token
5 | int main(){
| ^
ljubomora.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
ljubomora.cpp:3:41: note: to match this ‘{’
3 | void bin_search(long long n,long long m){
| ^