/ SUOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:38: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  for(i=1;i<=N;i++) printf("%d\n",v[i]);
                                      ^
/in/foo.cc:24:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k;
        ^
/in/foo.cc:24:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k;
          ^
# 状态 耗时 内存占用
#1 Accepted 7ms 4.363 MiB
#2 Accepted 4ms 4.328 MiB
#3 Accepted 4ms 4.328 MiB
#4 Accepted 7ms 4.355 MiB
#5 Accepted 5ms 4.363 MiB
#6 Accepted 7ms 4.363 MiB
#7 Accepted 12ms 6.383 MiB
#8 Accepted 12ms 4.586 MiB
#9 Accepted 19ms 4.613 MiB
#10 Accepted 789ms 41.582 MiB

信息

递交者
类型
递交
题目
#13 简单子树
语言
C++
递交时间
2018-09-20 14:53:07
评测时间
2018-09-20 14:53:07
评测机
分数
100
总耗时
869ms
峰值内存
41.582 MiB