记录详情

Wrong Answer

foo.c:2:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
foo.c: In function 'main':
foo.c:9:1: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&a[i]);
 ^~~~~~~~~~~~~~~~~
foo.c:12:1: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&b[j]);
 ^~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#2 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#3 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#4 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#5 Wrong Answer Standard answer longer than user output. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
A10-4 集合的交集
语言
C
递交时间
2021-03-12 20:30:50
评测时间
2021-03-12 20:30:50
评测机
分数
0
总耗时
4ms
峰值内存
256.0 KiB