/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:8:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
  ^~~~~
/in/foo.cc:8:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
                                                     ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:40:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",Dp(1,n,0));
                         ^
# 状态 耗时 内存占用
#1 Accepted 5ms 4.125 MiB
#2 Accepted 5ms 4.125 MiB
#3 Accepted 7ms 4.125 MiB
#4 Accepted 10ms 4.125 MiB
#5 Accepted 12ms 4.25 MiB
#6 Accepted 11ms 4.125 MiB
#7 Accepted 20ms 4.125 MiB
#8 Accepted 24ms 4.125 MiB
#9 Accepted 34ms 4.125 MiB
#10 Accepted 5ms 4.207 MiB

信息

递交者
类型
递交
题目
P1821 二叉查找树
语言
C++
递交时间
2017-05-05 15:00:11
评测时间
2017-05-05 15:00:11
评测机
分数
100
总耗时
136ms
峰值内存
4.25 MiB