- Owner
- Vidrsacu NIcu-Traian
- Problem
- U
- Source
- 1.12KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void up(int, int, int, int, int)': prog.cpp:8:11: warning: statement has no effect [-Wunused-value] viz[i][j]==1; ^ prog.cpp: In function 'void right(int, int, int, int)': prog.cpp:34:11: warning: statement has no effect [-Wunused-value] viz[i][j]==1; ^ prog.cpp: In function 'void down(int, int, int)': prog.cpp:42:11: warning: statement has no effect [-Wunused-value] viz[i][j]==1; ^
Results
Test number Result Time 1 Ok 0.2560s 2 Wrong answer 0.2563s