Wrong Answer
/in/foo.cc: In function 'long long int mult(long long int, long long int, long long int)': /in/foo.cc:22:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(ans<0)ans+=yyb;if(ans>=yyb)ans-=yyb; ^~ /in/foo.cc:22:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(ans<0)ans+=yyb;if(ans>=yyb)ans-=yyb; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1725 随机数生成器
- 语言
- C++
- 递交时间
- 2019-03-19 21:13:25
- 评测时间
- 2019-03-19 21:13:25
- 评测机
- 分数
- 10
- 总耗时
- 30ms
- 峰值内存
- 208.0 KiB