/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:28:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%s",s+i*20);
             ~~~~~^~~~~~~~~~~~~
foo.cc:29:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&c);
         ~~~~~^~~~~~~~~
foo.cc:31:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%s",d[i]);
             ~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 280.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Wrong Answer Read 195, expect 193. 1ms 512.0 KiB
#4 Wrong Answer Read 124, expect 125. 1ms 548.0 KiB
#5 Accepted 2ms 544.0 KiB

信息

递交者
类型
递交
题目
P1118 统计单词个数
语言
C++
递交时间
2021-11-10 16:41:49
评测时间
2021-11-10 16:41:49
评测机
分数
60
总耗时
7ms
峰值内存
548.0 KiB