不孬
#include [HTML_REMOVED] int main() { int A,B,c; scanf(“%d%d”,&A,&B); c=A+B; printf(“%d\n”,c); return 0; }