/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void read(T&)':
/in/foo.cc:13:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
  ^~~~~
/in/foo.cc:13:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
                                                 ^
# 状态 耗时 内存占用
#1 Wrong Answer 37ms 4.812 MiB

信息

递交者
类型
自测
题目
P1217 乒乓球
语言
C++
递交时间
2018-11-03 22:03:46
评测时间
2018-11-03 22:03:46
评测机
分数
0
总耗时
37ms
峰值内存
4.812 MiB