记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(a=0;a<=x.size();a=a+1)
          ~^~~~~~~~~~
/in/foo.cc:6:6: warning: unused variable 'y' [-Wunused-variable]
  int y[50];
      ^
/in/foo.cc:8:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c,d,e,f,g=0;
        ^
/in/foo.cc:8:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c,d,e,f,g=0;
          ^
/in/foo.cc:8:12: warning: unused variable 'd' [-Wunused-variable]
  int a,b,c,d,e,f,g=0;
            ^
/in/foo.cc:8:14: warning: unused variable 'e' [-Wunused-variable]
  int a,b,c,d,e,f,g=0;
              ^
/in/foo.cc:8:16: warning: unused variable 'f' [-Wunused-variable]
  int a,b,c,d,e,f,g=0;
                ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.168 MiB
#2 Accepted 1ms 480.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 1ms 380.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P1016 部队军列
语言
C++
递交时间
2024-10-04 14:49:36
评测时间
2024-10-04 14:49:36
评测机
分数
100
总耗时
8ms
峰值内存
1.168 MiB