记录详情

Accepted

/in/foo.cc: In function 'bool check(int, int, int, int, bool)':
/in/foo.cc:23:54: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(X1 > n || Y1 > m || X2 > n || Y2 > m) return x=true;
                                                     ~^~~~~
/in/foo.cc:25:50: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(!same && mp[X1][Y1] > mp[X2][Y2]) return x=true;
                                                 ~^~~~~
/in/foo.cc:26:50: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(!same && mp[X1][Y1] < mp[X2][Y2]) return x=false;
                                                 ~^~~~~~
/in/foo.cc:28:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         return x=check(X1+1,Y1,X2,Y2+1,0) &&
                ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                check(X1+1,Y1,X2+1,Y2,1) &&
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                check(X1,Y1+1,X2,Y2+1,1);
                ~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:33:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         return x=check(X1+1,Y1,X2+1,Y2,0) &&
                ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                check(X1+1,Y1,X2,Y2+1,0) &&
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                check(X1,Y1+1,X2,Y2+1,0) &&
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                check(X1,Y1+1,X2+1,Y2,0);
                ~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 200.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 204.0 KiB
#6 Accepted 1ms 208.0 KiB
#7 Accepted 1ms 204.0 KiB
#8 Accepted 1ms 208.0 KiB
#9 Accepted 1ms 200.0 KiB
#10 Accepted 1ms 212.0 KiB
#11 Accepted 1ms 204.0 KiB
#12 Accepted 1ms 204.0 KiB
#13 Accepted 1ms 204.0 KiB
#14 Accepted 1ms 212.0 KiB
#15 Accepted 1ms 204.0 KiB
#16 Accepted 1ms 204.0 KiB
#17 Accepted 1ms 200.0 KiB
#18 Accepted 1ms 212.0 KiB
#19 Accepted 1ms 208.0 KiB
#20 Accepted 1ms 208.0 KiB

信息

递交者
类型
递交
题目
5# 填数游戏(长郡数据)
题目数据
下载
语言
C++
递交时间
2019-09-21 15:13:26
评测时间
2019-09-21 15:13:26
评测机
分数
100
总耗时
22ms
峰值内存
212.0 KiB