#include <stdio.h> using namespace std; int main() { freopen("plus.in","r",stdin); freopen("plus.out","w",stdout); int a,b; scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; }
使用您的 aoj 通用账户