记录详情

Time Exceeded

foo.cc: In function 'void io::read(I&)':
foo.cc:22:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   22 |         for (x = 0; c <= '9' && c >= '0'; c = gc()) x = x * 10 + (c & 15); x *= f;
      |         ^~~
foo.cc:22:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   22 |         for (x = 0; c <= '9' && c >= '0'; c = gc()) x = x * 10 + (c & 15); x *= f;
      |                                                                            ^
foo.cc: In function 'void io::write(I)':
foo.cc:27:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   27 |         if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
      |         ^~
foo.cc:27:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   27 |         if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
      |                             ^~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥30099ms ≥34.742 MiB

信息

递交者
类型
递交
题目
P1019 rrads
语言
C++
递交时间
2022-01-27 19:06:17
评测时间
2022-01-27 19:12:03
评测机
分数
0
总耗时
≥30099ms
峰值内存
≥34.742 MiB