- Owner
- Mitja Žalik
- Problem
- MaxSquare
- Source
- 1.05KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:13:14: warning: iteration 50u invokes undefined behavior [-Waggressive-loop-optimizations] l[i][0] = 0; ^ prog.cpp:12:2: note: containing loop for(int i=0; i<=50; i++){ ^
Results
Test number Result Time 1 Wrong answer 0.2565s