记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:17:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  else if(j==c&&a>b)
       ^~
/in/foo.c:19:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   printf("%3d",j);
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 204.0 KiB
#2 Accepted 1ms 252.0 KiB
#3 Accepted 1ms 248.0 KiB
#4 Accepted 0ms 272.0 KiB
#5 Accepted 0ms 248.0 KiB

信息

递交者
类型
递交
题目
A1-2 分支结构练习:三数的特征值
比赛
南师大2021程序设计基础课程第一次测验 (2021-10-21)
语言
C
递交时间
2021-10-21 13:54:12
评测时间
2021-10-21 13:54:12
评测机
分数
100
总耗时
5ms
峰值内存
272.0 KiB