记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<=n.length()-1;i++)
                 ~^~~~~~~~~~~~~~
/in/foo.cc:7:10: warning: unused variable 'flag' [-Wunused-variable]
     bool flag=0;
          ^~~~
/in/foo.cc:9:9: warning: unused variable 'lenn' [-Wunused-variable]
     int lenn=n.length();
         ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 224.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 1ms 228.0 KiB
#4 Accepted 1ms 224.0 KiB
#5 Accepted 1ms 224.0 KiB
#6 Accepted 1ms 228.0 KiB

信息

递交者
类型
递交
题目
删数问题
题目数据
下载
语言
C++
递交时间
2019-07-10 14:23:53
评测时间
2019-07-10 14:23:53
评测机
分数
100
总耗时
7ms
峰值内存
228.0 KiB