亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

代碼
提交代碼
# include <stdio.h> int main(void) { int x,y; int z=0; x=2,y=5; z=x+y; printf("%d",z); return 0; }
運行結果