Wrong Answer
foo.c: In function 'main':
foo.c:7:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
7 | {scanf("%s ",&a[j]);
| ^~~~~~~~~~~~~~~~~~
foo.c:8:6: warning: iteration 100 invokes undefined behavior [-Waggressive-loop-optimizations]
8 | b[j]=sizeof(a[j]);
| ~~~~^~~~~~~~~~~~~
foo.c:6:2: note: within this loop
6 | for(j=0;j<=101;j++)
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2022-01-30 23:15:45
- 评测时间
- 2022-01-30 23:15:45
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 256.0 KiB