#include<stdio.h> int main() { int a=20,b=30; a=a+b; b=a-b; a=a-b; return 0; }
我可以使用此程序交换正值和负值.
c variables
c ×1
variables ×1