记录详情

Accepted

/in/foo.cc: In function 'int judgea()':
/in/foo.cc:23:58: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(f[0][0]='.'&&f[0][1]=='0'&&f[0][2]=='0'&&f[1][0]=='X')print(4);
                                                          ^
/in/foo.cc:24:58: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(f[0][0]='0'&&f[0][1]=='0'&&f[0][2]=='.'&&f[1][0]=='X')print(4);
                                                          ^
/in/foo.cc:25:62: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(f[0][0]='0'&&f[0][1]=='.'&&f[0][2]=='.'&&f[0][2]==f[1][2])print(4);
                                                              ^
/in/foo.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 360.0 KiB
#2 Accepted 4ms 344.0 KiB
#3 Accepted 7ms 320.0 KiB
#4 Accepted 7ms 360.0 KiB
#5 Accepted 6ms 352.0 KiB
#6 Accepted 5ms 352.0 KiB
#7 Accepted 7ms 352.0 KiB
#8 Accepted 5ms 328.0 KiB
#9 Accepted 7ms 344.0 KiB
#10 Accepted 4ms 360.0 KiB

信息

递交者
类型
递交
题目
Tic-tac-toe (tic.*)
题目数据
下载
语言
C++
递交时间
2018-10-20 16:13:43
评测时间
2018-10-20 16:13:44
评测机
分数
100
总耗时
59ms
峰值内存
360.0 KiB