记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:10:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   10 |         for (i = 0; i < p; i++);
      |         ^~~
foo.c:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |         {
      |         ^
foo.c:14:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   14 |                 for (i = 0; 1 < p; i++);
      |                 ^~~
foo.c:15:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   15 |                 {
      |                 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 1a2,3 > 12 2 > 2 0 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1084 xf1-7多项式求导
语言
C
递交时间
2023-09-19 19:15:05
评测时间
2023-09-19 19:15:05
评测机
分数
0
总耗时
1ms
峰值内存
284.0 KiB