/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:33:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   33 |             for (int j = 1; j <= m; j++)
      |             ^~~
foo.cc:35:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   35 |   for (int i = 1; i <= n; i++, cout << endl)
      |   ^~~
foo.cc:34:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   34 |                 scanf("%1d", &g[i][j]);
      |                 ~~~~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 4ms 384.0 KiB

信息

递交者
类型
自测
题目
P1204 CoVH之柯南开锁
语言
C++
递交时间
2022-07-09 17:04:37
评测时间
2022-07-09 17:04:37
评测机
分数
0
总耗时
4ms
峰值内存
384.0 KiB