/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:93:47: error: expected primary-expression before ')' token
 net.AddEdge( v[ i ][ 0 ] , v[ j ][ 1 ] , inf ,) ;
                                               ^
foo.cc:79: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:84:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 int x ; scanf( "%d" , &x ) ;
         ~~~~~^~~~~~~~~~~~~
foo.cc:91:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 int x ; scanf( "%d" , &x ) ;
         ~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1213 80人环游世界
语言
C++
递交时间
2021-08-11 19:41:22
评测时间
2021-08-11 19:41:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes