记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:36:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   36 |         for (i = 0; i < n; i++)cout << s3[i]; cout << endl;
      |         ^~~
foo.cc:36:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   36 |         for (i = 0; i < n; i++)cout << s3[i]; cout << endl;
      |                                               ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 1.152 MiB
#2 Accepted 4ms 1.152 MiB
#3 Accepted 5ms 1.152 MiB
#4 Accepted 4ms 1.152 MiB
#5 Wrong Answer Read 0000000000, expect 0. 4ms 1.086 MiB

信息

递交者
类型
递交
题目
5-7 玩整数
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C++
递交时间
2023-11-11 19:54:35
评测时间
2023-11-11 19:54:35
评测机
分数
80
总耗时
24ms
峰值内存
1.152 MiB