/ 大熊 /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:16: warning: comparison of constant '1000000000' with boolean expression is always true [-Wbool-compare]
     while (1<=a<=1000000000);
            ~~~~^~~~~~~~~~~~
/in/foo.cc:7:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     while (1<=a<=1000000000);
            ~^~~
/in/foo.cc:7:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while (1<=a<=1000000000);
     ^~~~~
/in/foo.cc:8:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
           (1<=b<=1000000000);
           ^
/in/foo.cc:8:16: warning: comparison of constant '1000000000' with boolean expression is always true [-Wbool-compare]
           (1<=b<=1000000000);
            ~~~~^~~~~~~~~~~~
/in/foo.cc:8:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
           (1<=b<=1000000000);
            ~^~~
/in/foo.cc:13:6: warning: for increment expression has no effect [-Wunused-value]
     h!=a*n+b*n);
     ~^~~~~~~~~
/in/foo.cc:16:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
     printf ("%d\n%d",&a,&b);
                           ^
/in/foo.cc:16:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:17:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
     printf ("%d\n",&m);
                      ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1006ms ≥256.0 KiB
#2 Time Exceeded ≥1009ms ≥340.0 KiB
#3 Time Exceeded ≥1006ms ≥356.0 KiB
#4 Time Exceeded ≥1003ms ≥360.0 KiB
#5 Time Exceeded ≥1003ms ≥348.0 KiB
#6 Time Exceeded ≥1004ms ≥256.0 KiB
#7 Time Exceeded ≥1006ms ≥256.0 KiB
#8 Time Exceeded ≥1005ms ≥372.0 KiB
#9 Time Exceeded ≥1002ms ≥256.0 KiB
#10 Time Exceeded ≥1007ms ≥256.0 KiB
#11 Time Exceeded ≥1007ms ≥376.0 KiB
#12 Time Exceeded ≥1007ms ≥384.0 KiB
#13 Time Exceeded ≥1007ms ≥344.0 KiB
#14 Time Exceeded ≥1005ms ≥384.0 KiB
#15 Time Exceeded ≥1004ms ≥256.0 KiB
#16 Time Exceeded ≥1010ms ≥380.0 KiB
#17 Time Exceeded ≥1006ms ≥340.0 KiB
#18 Time Exceeded ≥1006ms ≥344.0 KiB
#19 Time Exceeded ≥1007ms ≥376.0 KiB
#20 Time Exceeded ≥1005ms ≥380.0 KiB

信息

递交者
类型
递交
题目
math
语言
C++
递交时间
2017-11-21 22:01:32
评测时间
2017-11-21 22:01:32
评测机
分数
0
总耗时
≥20124ms
峰值内存
≥384.0 KiB