Job 21012

Owner
Andrei Arhire
Problem
FloodIt
Source
3.00KB
Result
Wrong answer

Compiler output

ver.cpp:10:28: warning: narrowing conversion of '-1' from 'int' to 'const char' inside { } [-Wnarrowing]
 const char dx[] = {0,1,0,-1};
                            ^
ver.cpp:11:28: warning: narrowing conversion of '-1' from 'int' to 'const char' inside { } [-Wnarrowing]
 const char dy[] = {1,0,-1,0};
                            ^

prog.cpp: In function 'int main()':
prog.cpp:82:17: warning: unused variable 'col' [-Wunused-variable]
     int i , j , col , d , x ;
                 ^

Results

Test numberResultTime
1Wrong answer0.2824s
Questions?

Sponsors Gold