记录详情

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 524.0 KiB
#2 Accepted 2ms 612.0 KiB
#3 Accepted 9ms 452.0 KiB
#4 Accepted 32ms 608.0 KiB
#5 Accepted 98ms 1000.0 KiB
#6 Accepted 163ms 1.348 MiB
#7 Accepted 301ms 2.23 MiB
#8 Accepted 9422ms 53.863 MiB
#9 Accepted 17218ms 99.859 MiB
#10 Accepted 21244ms 213.84 MiB

信息

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