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