Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:16: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(s1[0]=='S'&&s2[0]=='P'||s1[0]=='P'&&s2[0]=='R'||s1[0]=='R'&&s2[0]=='S')
                 
/in/foo.cc:10:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(s1[0]=='S'&&s2[0]=='P'||s1[0]=='P'&&s2[0]=='R'||s1[0]=='R'&&s2[0]=='S')
                                                                 
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1987 1.7.4石头剪子布
 - 比赛
 - 2024.11.23秋季中级班练习
 - 语言
 - C++
 - 递交时间
 - 2024-12-28 09:01:18
 - 评测时间
 - 2024-12-28 09:01:18
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 9ms
 - 峰值内存
 - 376.0 KiB