- Owner
- Mitja Žalik
- Problem
- MaxSquare
- Source
- 1.02KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:28:18: warning: left operand of comma operator has no effect [-Wunused-value] for(int d=0; d<=N-x1, d<=N-y1; d++){//dolzina stranice kvadrata ^ 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.2574s