/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][min_y]!=ch&&temp_vis[a[i][min_y]]){
                                            ^
/in/foo.cc:63:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][min_y]]=false;
                         ^
/in/foo.cc:65:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[i][max_y]!=ch&&temp_vis[a[i][max_y]]){
                                            ^
/in/foo.cc:68:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[i][max_y]]=false;  
                         ^
/in/foo.cc:72:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[min_x][i]!=ch&&temp_vis[a[min_x][i]]){
                                            ^
/in/foo.cc:75:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[min_x][i]]=false;
                         ^
/in/foo.cc:77:44: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(a[max_x][i]!=ch&&temp_vis[a[max_x][i]]){
                                            ^
/in/foo.cc:80:25: warning: array subscript has type 'char' [-Wchar-subscripts]
     temp_vis[a[max_x][i]]=false;
                         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.816 MiB
#2 Accepted 2ms 1.824 MiB
#3 Accepted 1ms 1.707 MiB
#4 Accepted 1ms 1.82 MiB

信息

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