/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:55:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
                     ^
/in/foo.cc:56:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s+1);
                 ^
/in/foo.cc: In function 'void build_trie()':
/in/foo.cc:19:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",c+1);
                  ^
# 状态 耗时 内存占用
#1 Accepted 43ms 204.285 MiB
#2 Accepted 42ms 204.367 MiB
#3 Accepted 60ms 206.25 MiB
#4 Accepted 44ms 204.25 MiB
#5 Accepted 65ms 210.25 MiB
#6 Accepted 79ms 212.25 MiB
#7 Accepted 78ms 212.25 MiB
#8 Accepted 204ms 255.125 MiB
#9 Accepted 214ms 258.969 MiB
#10 Accepted 211ms 259.25 MiB

信息

递交者
类型
递交
题目
P1951 玄武密码
语言
C++
递交时间
2017-04-04 22:07:34
评测时间
2017-04-08 12:34:59
评测机
分数
100
总耗时
1043ms
峰值内存
259.25 MiB