Accepted

/in/foo.cc: In function 'int bl(int)':
/in/foo.cc:13:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(i=0;i<strlen(A);i++)
                 ~^~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:15: warning: unused variable 'h' [-Wunused-variable]
     int a,b,i,h,ss=0,c=0;
               ^
# 状态 耗时 内存占用
#1 Accepted 1ms 356.0 KiB
#2 Accepted 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P1157 感兴趣的数字
语言
C++
递交时间
2021-12-05 14:58:06
评测时间
2021-12-05 14:58:06
评测机
分数
100
总耗时
3ms
峰值内存
356.0 KiB