- Owner
- Horhat Razvan
- Problem
- Lumber Jack and Sick Leaves
- Contest
- MindCoding 2016 Round 2 GAMELOFT (Div. 1)
- Source
- 1.66KB
- Result
- Wrong answer
Compiler output
prog.cpp:15:31: warning: unused parameter 'y' [-Wunused-parameter] int cautare_binara(int x, int y, int a[], int n) ^ prog.cpp: In function 'int cautare_binara(int, int, int*, int)': prog.cpp:16:21: warning: 'mij' may be used uninitialized in this function [-Wmaybe-uninitialized] { int pi=1, pf=n, mij; ^
Results
Test number Result Time 1 Ok 0.2870s 2 Ok 0.2823s 3 Wrong answer 0.2920s