/ Vijos /

记录详情

Accepted

foo.cc: In function 'void dfs(int, int)':
foo.cc:61:18: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
 travel( now ) if ( p -> t != fa ) if ( used[ p -> t ] ) {
                  ^
foo.cc: In function 'int main()':
foo.cc:110:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf( "%d%d" , &n , &m ) ;
 ~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:112:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 int s , t , w ; scanf( "%d%d%d" , &s , &t , &w ) ;
                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 4ms 2.758 MiB
#2 Accepted 4ms 2.738 MiB
#3 Accepted 4ms 2.875 MiB
#4 Accepted 117ms 10.246 MiB
#5 Accepted 119ms 10.285 MiB
#6 Accepted 5ms 4.383 MiB
#7 Accepted 5ms 4.27 MiB
#8 Accepted 6ms 4.305 MiB
#9 Accepted 141ms 11.793 MiB
#10 Accepted 141ms 11.832 MiB

信息

递交者
类型
递交
题目
P1807 迷失游乐园
语言
C++
递交时间
2021-04-17 22:04:08
评测时间
2021-04-17 22:04:08
评测机
分数
100
总耗时
552ms
峰值内存
11.832 MiB