/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:57:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][min_y]!=ch&&temp_vis[a[i][min_y]]){
                                            ^
/in/foo.cc:60:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][min_y]]=false;
                         ^
/in/foo.cc:62:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][max_y]!=ch&&temp_vis[a[i][max_y]]){
                                            ^
/in/foo.cc:65:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][max_y]]=false;  
                         ^
/in/foo.cc:69:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[min_x][i]!=ch&&temp_vis[a[min_x][i]]){
                                            ^
/in/foo.cc:72:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[min_x][i]]=false;
                         ^
/in/foo.cc:74:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[max_x][i]!=ch&&temp_vis[a[max_x][i]]){
                                            ^
/in/foo.cc:77:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[max_x][i]]=false;
                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 2.004 MiB
#2 Wrong Answer 3ms 1.875 MiB
#3 Accepted 3ms 1.793 MiB
#4 Accepted 2ms 1.793 MiB

信息

递交者
类型
递交
题目
P1030 重叠的方框
语言
C++
递交时间
2019-12-05 20:53:53
评测时间
2019-12-05 20:53:53
评测机
分数
50
总耗时
12ms
峰值内存
2.004 MiB