/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void of(long long int&)':
/in/foo.cc:12:10: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  while (c<'0' | c>'9') { if(c=='-') w=-1; c=getchar (); }
         ~^~~~
/in/foo.cc:13:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  while (c>='0' & c<='9') { p=p*10+c-'0'; c=getchar (); }
         ~^~~~~
# 状态 耗时 内存占用
#1 Accepted 10ms 256.0 KiB
#2 Accepted 64ms 1.5 MiB
#3 Accepted 59ms 1.027 MiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 4ms 352.0 KiB
#6 Accepted 5ms 384.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 5ms 360.0 KiB
#9 Accepted 13ms 348.0 KiB
#10 Accepted 36ms 1.48 MiB

信息

递交者
类型
递交
题目
容易题(easy)
语言
C++
递交时间
2018-02-28 20:42:40
评测时间
2018-02-28 20:42:40
评测机
分数
100
总耗时
206ms
峰值内存
1.5 MiB