记录详情

Accepted

foo.c: In function 'main':
foo.c:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |     for(int i=0;i<n;i++)
      |     ^~~
foo.c:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |         int cnt=0;
      |         ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1530 Problem 4A. 计数
语言
C
递交时间
2023-10-30 14:27:46
评测时间
2023-10-30 14:27:46
评测机
分数
10
总耗时
1ms
峰值内存
284.0 KiB