/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   12 |   if(num==strlen(p))cout<<"Scissors"<<endl;
      |      ~~~^~~~~~~~~~~
/in/foo.cc:13:9: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   13 |   if(num==strlen(s))cout<<"Rock"<<endl;
      |      ~~~^~~~~~~~~~~
/in/foo.cc:14:9: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   14 |   if(num==strlen(r))cout<<"Paper"<<endl;
      |      ~~~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 348.0 KiB

信息

递交者
类型
递交
比赛
2024_2025(1)C0023实验5+李强老师班级
语言
C++
递交时间
2024-11-21 09:35:32
评测时间
2024-11-21 09:35:32
评测机
分数
10
总耗时
4ms
峰值内存
348.0 KiB