Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:14:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (b%2 && b%10!=1 || b<a) ~~~~^~~~~~~~~~ /in/foo.cc:39:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::stack<long long int>::size_type {aka long unsigned int}' [-Wformat=] printf("YES\n%d\n",s.size()); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.01 P8 Mr.W 数
- 语言
- C++
- 递交时间
- 2017-07-01 22:57:52
- 评测时间
- 2017-07-01 22:57:52
- 评测机
- 分数
- 100
- 总耗时
- 26ms
- 峰值内存
- 376.0 KiB