- Owner
- Volodymyr Dragun
- Problem
- Keyboard
- Contest
- MindCoding 2017 Round 3 Take Off Labs (Div. 1)
- Source
- 1.94KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:106:64: warning: 'nextL' may be used uninitialized in this function [-Wmaybe-uninitialized] if (dR + distance(nextR, ch[i]) > dL + distance(nextL, ch[i])) ^ prog.cpp:106:34: warning: 'nextR' may be used uninitialized in this function [-Wmaybe-uninitialized] if (dR + distance(nextR, ch[i]) > dL + distance(nextL, ch[i])) ^
Results
Test number Result Time 1 Ok 0.2657s 2 Ok 0.2589s 3 Ok 0.2617s 4 Wrong answer 0.2620s