/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void minn(int&, int)':
/in/foo.cc:24:45: warning: the omitted middle operand in ?: will always be 'true', suggest explicit middle operand [-Wparentheses]
 inline void minn(R int &a,const int b){a<b? :a=b;}
                                             ^
/in/foo.cc: In function 'void maxx(int&, int)':
/in/foo.cc:25:45: warning: the omitted middle operand in ?: will always be 'true', suggest explicit middle operand [-Wparentheses]
 inline void maxx(R int &a,const int b){a>b? :a=b;}
                                             ^
/in/foo.cc: In function 'int yg()':
/in/foo.cc:77:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 564.0 KiB
#2 Accepted 3ms 512.0 KiB
#3 Accepted 6ms 640.0 KiB
#4 Accepted 11ms 640.0 KiB
#5 Accepted 21ms 932.0 KiB
#6 Accepted 26ms 1.031 MiB
#7 Accepted 25ms 1.203 MiB
#8 Accepted 37ms 1.375 MiB
#9 Accepted 52ms 1.5 MiB
#10 Accepted 53ms 1.734 MiB

信息

递交者
类型
递交
题目
P1458 遥控车
语言
C++
递交时间
2017-08-04 14:14:46
评测时间
2017-08-04 14:14:46
评测机
分数
100
总耗时
241ms
峰值内存
1.734 MiB