记录详情

Wrong Answer

foo.c:2:6: warning: return type of 'main' is not 'int' [-Wmain]
    2 | void main()
      |      ^~~~
foo.c: In function 'main':
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 |  scanf("%d",&a);
      |  ^~~~~~~~~~~~~~
foo.c:12:4: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   12 |  if(k==b)
      |    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer Read No, expect Yes. 1ms 256.0 KiB
#3 Wrong Answer Read No, expect Yes. 1ms 256.0 KiB
#4 Wrong Answer Read No, expect Yes. 1ms 256.0 KiB
#5 Wrong Answer Read No, expect Yes. 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A4-3 回文数专题:回文数判断
比赛
2022春 C语言课程设计 作业1
语言
C
递交时间
2022-03-08 11:45:03
评测时间
2022-03-08 11:45:03
评测机
分数
20
总耗时
7ms
峰值内存
256.0 KiB