- Owner
- Vidrsacu NIcu-Traian
- Problem
- U
- Source
- 1.13KB
- Result
- Time Limit Exceeded
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.2559s 2 Ok 0.2653s 3 Time Limit Exceeded 0.6628s