记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:41:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   41 |         if (vis[i]) break; vis[i] = true;
      |         ^~
foo.cc:41:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   41 |         if (vis[i]) break; vis[i] = true;
      |                            ^~~
foo.cc:55:14: warning: 'T_state' may be used uninitialized [-Wmaybe-uninitialized]
   55 |         else if (S_state == 1)
      |              ^~
foo.cc:43:40: note: 'T_state' was declared here
   43 |         int S = i, S_state = state[i], T_state, len = 0;
      |                                        ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 412.0 KiB
#2 Wrong Answer Read 0, expect 1. 3ms 412.0 KiB
#3 Accepted 4ms 332.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB
#6 Accepted 3ms 460.0 KiB
#7 Accepted 3ms 412.0 KiB
#8 Accepted 4ms 456.0 KiB
#9 Accepted 3ms 412.0 KiB
#10 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1528 Problem 3F. Rotate Circle
比赛
2023秋 悬赏令第三周
语言
C++
递交时间
2023-10-28 18:10:51
评测时间
2023-10-28 18:10:51
评测机
分数
90
总耗时
37ms
峰值内存
460.0 KiB