记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:21:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(Pos==STR.size())
      ~~~^~~~~~~~~~~~
foo.cc:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=Pos;i<STR.size();i++)
                   ~^~~~~~~~~~~
foo.cc:16:7: warning: unused variable 'm' [-Wunused-variable]
   int m=0,n=0,q=0;
       ^
foo.cc:16:11: warning: unused variable 'n' [-Wunused-variable]
   int m=0,n=0,q=0;
           ^
foo.cc:16:15: warning: unused variable 'q' [-Wunused-variable]
   int m=0,n=0,q=0;
               ^
foo.cc:17:7: warning: unused variable 'a' [-Wunused-variable]
   int a=0,b=0,c=0;
       ^
foo.cc:17:11: warning: unused variable 'b' [-Wunused-variable]
   int a=0,b=0,c=0;
           ^
foo.cc:17:15: warning: unused variable 'c' [-Wunused-variable]
   int a=0,b=0,c=0;
               ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 3ms 676.0 KiB
#9 Accepted 3ms 640.0 KiB
#10 Accepted 3ms 664.0 KiB
#11 Accepted 5ms 716.0 KiB
#12 Accepted 5ms 720.0 KiB
#13 Accepted 5ms 636.0 KiB

信息

递交者
类型
递交
题目
P1290 C. Young Man Do Not Say Five
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 14:49:03
评测时间
2021-11-21 14:49:03
评测机
分数
200
总耗时
40ms
峰值内存
720.0 KiB