/ Vijos /

记录详情

Accepted

foo.cc: In function 'void query::dfs1(int)':
foo.cc:62:30: warning: left operand of comma operator has no effect [-Wunused-value]
   for(re i=head[x],y;i,y=go[i];i=nxt[i])dfs1(y);
                              ^
foo.cc: In function 'void init()':
foo.cc:78:6: warning: unused variable 'p' [-Wunused-variable]
  int p=0,u=0,n=0;
      ^
foo.cc:79:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s+1);ll=strlen(s+1);
  ~~~~~^~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 18ms 8.105 MiB
#4 Accepted 10ms 4.422 MiB
#5 Accepted 35ms 14.105 MiB
#6 Accepted 20ms 9.406 MiB
#7 Accepted 30ms 8.172 MiB
#8 Accepted 52ms 16.145 MiB
#9 Accepted 44ms 12.035 MiB
#10 Accepted 54ms 16.348 MiB

信息

递交者
类型
递交
题目
P1720 阿狸的打字机
语言
C++
递交时间
2021-03-24 14:24:13
评测时间
2021-03-24 14:24:13
评测机
分数
100
总耗时
270ms
峰值内存
16.348 MiB