记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:13:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(a[12]!='X'&&(a[12]-'0')==m||a[12]=='X'&&m==10)
     ~~~~~~~~~~^~~~~~~~~~~~~~~~
foo.cc:15:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(a[12]=='X'&&m!=10||(a[12]-'0')!=m)
     ~~~~~~~~~~^~~~~~~

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-23T07:16:46.420Z","handle":"2020-02-23T07:16:46.420Z","done":"2020-02-23T07:16:47.188Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 300.0 KiB

信息

递交者
类型
自测
题目
P1132 ISBN号码
语言
C++
递交时间
2020-02-23 15:16:46
评测时间
2020-02-23 15:16:46
评测机
分数
0
总耗时
3ms
峰值内存
300.0 KiB