#include<stdio.h> int main() {int x = 3; int y = 10; printf("x + y = %d/n,?"); return 0 }
直接打上 x+y 就可以。系统会计算。