> 其他 >
C++语法n=a()?A:B; 用if怎么写
人气:475 ℃ 时间:2020-09-23 08:43:15
解答
if ( a() !=0 )
n=A;
else
n=B;
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版