大神求代碼
1 回答
已采納

隔壁村的嚴二狗
TA貢獻2條經驗 獲得超0個贊
#include<iostream> using?namespace?std; int?main(void) { int?x=4321; int?*p=&x; int?*q=p; *p=*p+111; *q=x%10; *p=*q; cout<<x<<endl; return?0; }
- 1 回答
- 0 關注
- 1417 瀏覽
添加回答
舉報
0/150
提交
取消