/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:6: error: 's' was not declared in this scope
   if(s[0]=="R")cout << "Paper";
      ^
/in/foo.cc:7:6: error: 's' was not declared in this scope
   if(s[0]=="P")cout << "Scissors";
      ^
/in/foo.cc:8:6: error: 's' was not declared in this scope
   if(s[0]=="S")cout << "Rock";                        
      ^

信息

递交者
类型
递交
比赛
测试2023
语言
C++
递交时间
2021-11-15 11:01:27
评测时间
2021-11-15 11:01:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes