/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:55:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][min_y]!=ch&&temp_vis[a[i][min_y]]){
                                            ^
/in/foo.cc:58:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][min_y]]=false;
                         ^
/in/foo.cc:60:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][max_y]!=ch&&temp_vis[a[i][max_y]]){
                                            ^
/in/foo.cc:63:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][max_y]]=false;  
                         ^
/in/foo.cc:67:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[min_x][i]!=ch&&temp_vis[a[min_x][i]]){
                                            ^
/in/foo.cc:70:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[min_x][i]]=false;
                         ^
/in/foo.cc:72:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[max_x][i]!=ch&&temp_vis[a[max_x][i]]){
                                            ^
/in/foo.cc:75:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[max_x][i]]=false;
                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 1.699 MiB
#2 Wrong Answer 3ms 1.738 MiB
#3 Accepted 2ms 1.699 MiB
#4 Accepted 2ms 1.703 MiB

信息

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