/ Vijos /

记录详情

Compile Error

foo.cpp:19:32: error: ISO C++ forbids declaration of 'gswap' with no type [-fpermissive]
 inline gswap ( int &x , int &y ) { int temp = x ; x = y ; y = temp ; }
                                ^
foo.cpp: In function 'int gswap(int&, int&)':
foo.cpp:19:70: warning: no return statement in function returning non-void [-Wreturn-type]
 inline gswap ( int &x , int &y ) { int temp = x ; x = y ; y = temp ; }
                                                                      ^

信息

递交者
类型
递交
题目
P1843 货车运输
语言
C++
递交时间
2016-10-04 12:14:56
评测时间
2016-10-04 12:14:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes