记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);while(n--)scanf("%s",a),ins(a);buildAC();
                   ^
/in/foo.cc:44:50: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);while(n--)scanf("%s",a),ins(a);buildAC();
                                                  ^
/in/foo.cc:45:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s",a);printf("%d",query(a));
                  ^
# 状态 耗时 内存占用
#1 Accepted 47ms 59.227 MiB
#2 Accepted 121ms 47.5 MiB

信息

递交者
类型
递交
题目
AC自动机模板题
语言
C++
递交时间
2017-04-05 10:14:32
评测时间
2017-04-05 10:14:52
评测机
分数
100
总耗时
168ms
峰值内存
59.227 MiB