/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:16: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   11 |   for(int i=0;i<strlen(s);i++){
      |               ~^~~~~~~~~~
/in/foo.cc:12:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   12 |    for(int j=i;j<strlen(s);j++) cout<<s[j];
      |                ~^~~~~~~~~~
/in/foo.cc:10:8: warning: unused variable 't' [-Wunused-variable]
   10 |   char t;
      |        ^
# 状态 耗时 内存占用
#1 Accepted 11ms 356.0 KiB

信息

递交者
类型
递交
比赛
2024通关考基础练习
语言
C++
递交时间
2024-03-23 11:14:46
评测时间
2024-03-23 11:14:46
评测机
分数
10
总耗时
11ms
峰值内存
356.0 KiB