/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:51:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::deque<int>::size_type {aka long unsigned int}' [-Wformat=]
    printf("Size = %d\n",que.size());
                                   ^
/in/foo.cc:82:7: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
       while(!f[i--]);
       ^~~~~
/in/foo.cc:83:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
        ans=i;
        ^~~
/in/foo.cc:91:7: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
       while(!f[i--]);
       ^~~~~
/in/foo.cc:92:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
        ans=i;
        ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 316.0 KiB
#2 Wrong Answer 1ms 316.0 KiB
#3 Wrong Answer 6ms 1.645 MiB
#4 Wrong Answer 6ms 1.637 MiB
#5 Wrong Answer 6ms 1.695 MiB
#6 Wrong Answer 150ms 1.828 MiB
#7 Wrong Answer 95ms 1.836 MiB
#8 Wrong Answer 95ms 1.902 MiB
#9 Wrong Answer 116ms 2.215 MiB
#10 Wrong Answer 103ms 2.074 MiB

信息

递交者
类型
递交
题目
Median of Queue
语言
C++
递交时间
2019-02-02 07:36:42
评测时间
2019-02-02 07:36:42
评测机
分数
0
总耗时
582ms
峰值内存
2.215 MiB