Wrong Answer

foo.c: In function 'main':
foo.c:46:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   46 |  scanf("%d %d %d", &x, &y, &z);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:49:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   49 |   scanf("%d", &a[i]);
      |   ^~~~~~~~~~~~~~~~~~
foo.c:52:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   52 |   scanf("%d", &b[i]);
      |   ^~~~~~~~~~~~~~~~~~
foo.c:55:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   55 |   scanf("%d", &c[i]);
      |   ^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 12ms 256.0 KiB
#2 Accepted 12ms 256.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Wrong Answer Standard answer longer than user output. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1055 A10-4 集合的交集
语言
C
递交时间
2021-12-09 20:49:27
评测时间
2021-12-09 20:49:27
评测机
分数
60
总耗时
32ms
峰值内存
256.0 KiB