/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   else
   ^~~~
/in/foo.cc:48:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   b=b;N=N-1; 
       ^
/in/foo.cc:54:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
    printf("%d",&b);
                  ^
/in/foo.cc: In function 'bool comp_node(Node, Node)':
/in/foo.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 843ms 1.062 MiB
#2 Wrong Answer 864ms 1.07 MiB
#3 Wrong Answer 846ms 1.062 MiB
#4 Wrong Answer 868ms 1.074 MiB

信息

递交者
类型
递交
题目
Basic Binary Search
比赛
2019.1.25 TYWZ高一集训 Day2
语言
C++
递交时间
2019-01-25 16:57:22
评测时间
2019-01-25 16:57:22
评测机
分数
0
总耗时
3423ms
峰值内存
1.074 MiB