记录详情

Time Exceeded

/in/foo.cc: In function 'void io::gi(I&)':
/in/foo.cc:24:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = (x << 1) + (x << 3) + (c & 15); x *= f;
   ^~~
/in/foo.cc:24:83: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = (x << 1) + (x << 3) + (c & 15); x *= f;
                                                                                   ^
/in/foo.cc: In function 'void io::print(I)':
/in/foo.cc:29:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
   ^~
/in/foo.cc:29:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
                       ^~
# 状态 耗时 内存占用
#1 Accepted 11ms 14.254 MiB
#2 Accepted 10ms 14.18 MiB
#3 Accepted 28ms 14.184 MiB
#4 Accepted 47ms 14.199 MiB
#5 Accepted 44ms 14.184 MiB
#6 Time Exceeded ≥1006ms ≥34.113 MiB
#7 Time Exceeded ≥1005ms ≥34.195 MiB
#8 Time Exceeded ≥1005ms ≥34.164 MiB
#9 Time Exceeded ≥1004ms ≥33.027 MiB
#10 Time Exceeded ≥1005ms ≥33.074 MiB
#11 Time Exceeded ≥1005ms ≥33.094 MiB
#12 Time Exceeded ≥1005ms ≥33.047 MiB
#13 Time Exceeded ≥1002ms ≥33.023 MiB
#14 Time Exceeded ≥1003ms ≥33.098 MiB
#15 Time Exceeded ≥1006ms ≥33.027 MiB
#16 Time Exceeded ≥1005ms ≥33.023 MiB
#17 Time Exceeded ≥1005ms ≥31.844 MiB
#18 Time Exceeded ≥1005ms ≥31.875 MiB
#19 Time Exceeded ≥1005ms ≥31.875 MiB
#20 Time Exceeded ≥1005ms ≥64.852 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2018-12-02 13:07:35
评测时间
2018-12-02 13:07:35
评测机
分数
25
总耗时
≥15220ms
峰值内存
≥64.852 MiB