- Owner
- vancea catalin
- Problem
- U
- Source
- 1.11KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:49:42: warning: 'ind2' may be used uninitialized in this function [-Wmaybe-uninitialized] maxi=max(maxi,max2+max1+(ind2-ind1-1)); ^ prog.cpp:49:42: warning: 'ind1' may be used uninitialized in this function [-Wmaybe-uninitialized]
Results
Test number Result Time 1 Ok 0.2578s 2 Ok 0.2575s 3 Wrong answer 0.3668s