记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: unused variable 'jj' [-Wunused-variable]
   int j,jj=1;
         ^~
/in/foo.cc:8:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c=1,d,e,f;
        ^
/in/foo.cc:8:14: warning: unused variable 'd' [-Wunused-variable]
  int a,b,c=1,d,e,f;
              ^
/in/foo.cc:8:16: warning: unused variable 'e' [-Wunused-variable]
  int a,b,c=1,d,e,f;
                ^
/in/foo.cc:8:18: warning: unused variable 'f' [-Wunused-variable]
  int a,b,c=1,d,e,f;
                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 380.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 6ms 456.0 KiB
#4 Accepted 31ms 616.0 KiB
#5 Accepted 99ms 1000.0 KiB
#6 Accepted 164ms 1.312 MiB
#7 Accepted 302ms 2.344 MiB
#8 Accepted 8986ms 53.941 MiB
#9 Accepted 17227ms 99.891 MiB
#10 Accepted 21091ms 213.84 MiB

信息

递交者
类型
递交
题目
P1021 乒乓计数
语言
C++
递交时间
2024-10-13 21:07:18
评测时间
2024-10-13 21:07:18
评测机
分数
100
总耗时
47914ms
峰值内存
213.84 MiB