/ OPS /

记录详情

Compile Error

/in/foo.cc:4:1: error: expected ';' before 'int'
 int main(){
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:12: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   if(a[1]=="R")cout<<"Paper";
            ^
/in/foo.cc:8:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
/in/foo.cc:9:17: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   else if(a[1]=="P")cout<<"Scissors";
                 ^
/in/foo.cc:9:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]

信息

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