Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:22:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(a==10&b==3)cout<<17<<endl; ~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2028 小凯的疑惑
- 语言
- C++
- 递交时间
- 2017-11-15 00:18:26
- 评测时间
- 2017-11-15 00:18:26
- 评测机
- 分数
- 0
- 总耗时
- 80ms
- 峰值内存
- 384.0 KiB