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 (); } ~^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 容易题(easy)
- 语言
- C++
- 递交时间
- 2018-02-28 20:42:40
- 评测时间
- 2018-02-28 20:42:40
- 评测机
- 分数
- 100
- 总耗时
- 206ms
- 峰值内存
- 1.5 MiB