编辑代码

#include <stdio.h>
int main () {
    int a,b;
    a = a + b;
    b = a - b;
    a = a - b;
	return 0;
}