Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:24:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(c[0]=='P') k[i]=1;if(c[0]=='H') k[i]=2;if(c[0]=='S') k[i]=3; ^~ /in/foo.cc:24:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(c[0]=='P') k[i]=1;if(c[0]=='H') k[i]=2;if(c[0]=='S') k[i]=3; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- Hoof, Paper, Scissors
- 语言
- C++
- 递交时间
- 2017-05-28 08:22:52
- 评测时间
- 2017-05-28 08:22:52
- 评测机
- 分数
- 90
- 总耗时
- 158ms
- 峰值内存
- 32.875 MiB